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