Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.identity.apps |
ArtifactId | ArtifactIdorg.wso2.identity.apps.myaccount.server.feature |
Version | Version1.2.62 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.identity.apps/org.wso2.identity.apps.myaccount.server.feature/ -->
<dependency>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>org.wso2.identity.apps.myaccount.server.feature</artifactId>
<version>1.2.62</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.identity.apps/org.wso2.identity.apps.myaccount.server.feature/
implementation 'org.wso2.identity.apps:org.wso2.identity.apps.myaccount.server.feature:1.2.62'
// https://jarcasting.com/artifacts/org.wso2.identity.apps/org.wso2.identity.apps.myaccount.server.feature/
implementation ("org.wso2.identity.apps:org.wso2.identity.apps.myaccount.server.feature:1.2.62")
'org.wso2.identity.apps:org.wso2.identity.apps.myaccount.server.feature:pom:1.2.62'
<dependency org="org.wso2.identity.apps" name="org.wso2.identity.apps.myaccount.server.feature" rev="1.2.62">
<artifact name="org.wso2.identity.apps.myaccount.server.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='org.wso2.identity.apps.myaccount.server.feature', version='1.2.62')
)
libraryDependencies += "org.wso2.identity.apps" % "org.wso2.identity.apps.myaccount.server.feature" % "1.2.62"
[org.wso2.identity.apps/org.wso2.identity.apps.myaccount.server.feature "1.2.62"]