o

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

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