Group Id org.wso2.identity.apps
Artifact Id myaccount
Version 0.0.1234
Packaging jar
URL -
Badge
Last Updated 2022-02-01T05:50:55+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.wso2.identity.apps</groupId>
    <artifactId>myaccount</artifactId>
    <version>0.0.1234</version>
</dependency>
implementation group: 'org.wso2.identity.apps', name: 'myaccount', version: '0.0.1234'
implementation 'org.wso2.identity.apps:myaccount:0.0.1234'
implementation("org.wso2.identity.apps:myaccount:0.0.1234")
libraryDependencies += "org.wso2.identity.apps" % "myaccount" % "0.0.1234"
<dependency org="org.wso2.identity.apps" name="myaccount" rev="0.0.1234"/>
@Grapes(
    @Grab(group='org.wso2.identity.apps', module='myaccount', version='0.0.1234')
)
[org.wso2.identity.apps/myaccount "0.0.1234"]
'org.wso2.identity.apps:myaccount:0.0.1234'