o

org.wso2.identity.apps.myaccount.server.feature

This feature contains the my account application
http://wso2.org
文件下载
文件名 操作
org.wso2.identity.apps.myaccount.server.feature-2.8.14.pom 下载
Apache Maven
<dependency>
  <groupId>org.wso2.identity.apps</groupId>
  <artifactId>org.wso2.identity.apps.myaccount.server.feature</artifactId>
  <version>2.8.14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.identity.apps:org.wso2.identity.apps.myaccount.server.feature:2.8.14'
Gradle Kotlin
implementation("org.wso2.identity.apps:org.wso2.identity.apps.myaccount.server.feature:2.8.14")
Scala SBT
libraryDependencies += "org.wso2.identity.apps" % "org.wso2.identity.apps.myaccount.server.feature" % "2.8.14"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.identity.apps', module='org.wso2.identity.apps.myaccount.server.feature', version='2.8.14')
)
Apache Ivy
<dependency org="org.wso2.identity.apps" name="org.wso2.identity.apps.myaccount.server.feature" rev="2.8.14" />
Leiningen
[org.wso2.identity.apps/org.wso2.identity.apps.myaccount.server.feature "2.8.14"]
Apache Buildr
'org.wso2.identity.apps:org.wso2.identity.apps.myaccount.server.feature:jar:2.8.14'