m

myaccount

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