File | Operation |
---|---|
org.wso2.identity.apps.myaccount.server.feature-2.8.14.pom | download |
<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>
implementation 'org.wso2.identity.apps:org.wso2.identity.apps.myaccount.server.feature:2.8.14'
implementation("org.wso2.identity.apps:org.wso2.identity.apps.myaccount.server.feature:2.8.14")
libraryDependencies += "org.wso2.identity.apps" % "org.wso2.identity.apps.myaccount.server.feature" % "2.8.14"
@Grapes(
@Grab(group='org.wso2.identity.apps', module='org.wso2.identity.apps.myaccount.server.feature', version='2.8.14')
)
<dependency org="org.wso2.identity.apps" name="org.wso2.identity.apps.myaccount.server.feature" rev="2.8.14" />
<parent> <groupId>org.wso2.identity.apps</groupId> <artifactId>identity-apps-myaccount</artifactId> <version>2.8.14</version> </parent>