| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdorg.wso2.identity.apps |
| ArtifactId | ArtifactIdmyaccount |
| Version | Version1.1.114 |
| Type | Typewar |
| Filename | Size |
|---|---|
| myaccount-1.1.114.pom | |
| myaccount-1.1.114.war | 13 MB |
| myaccount-1.1.114-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.identity.apps/myaccount/ -->
<dependency>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>myaccount</artifactId>
<version>1.1.114</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.identity.apps/myaccount/
implementation 'org.wso2.identity.apps:myaccount:1.1.114'
// https://jarcasting.com/artifacts/org.wso2.identity.apps/myaccount/
implementation ("org.wso2.identity.apps:myaccount:1.1.114")
'org.wso2.identity.apps:myaccount:war:1.1.114'
<dependency org="org.wso2.identity.apps" name="myaccount" rev="1.1.114">
<artifact name="myaccount" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='myaccount', version='1.1.114')
)
libraryDependencies += "org.wso2.identity.apps" % "myaccount" % "1.1.114"
[org.wso2.identity.apps/myaccount "1.1.114"]