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