i

identity-apps-myaccount

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