m

myaccount

WSO2 Identity Server My Account App
http://wso2.org
文件下载
文件名 操作
myaccount-2.5.75.pom 下载
myaccount-2.5.75-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wso2.identity.apps</groupId>
  <artifactId>myaccount</artifactId>
  <version>2.5.75</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.identity.apps:myaccount:2.5.75'
Gradle Kotlin
implementation("org.wso2.identity.apps:myaccount:2.5.75")
Scala SBT
libraryDependencies += "org.wso2.identity.apps" % "myaccount" % "2.5.75"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.identity.apps', module='myaccount', version='2.5.75')
)
Apache Ivy
<dependency org="org.wso2.identity.apps" name="myaccount" rev="2.5.75" />
Leiningen
[org.wso2.identity.apps/myaccount "2.5.75"]
Apache Buildr
'org.wso2.identity.apps:myaccount:jar:2.5.75'