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