Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdentitlement |
Version | Version5.2.2 |
Type | Typepom |
Filename | Size |
---|---|
entitlement-5.2.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/entitlement/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>entitlement</artifactId>
<version>5.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/entitlement/
implementation 'org.wso2.carbon.identity:entitlement:5.2.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/entitlement/
implementation ("org.wso2.carbon.identity:entitlement:5.2.2")
'org.wso2.carbon.identity:entitlement:pom:5.2.2'
<dependency org="org.wso2.carbon.identity" name="entitlement" rev="5.2.2">
<artifact name="entitlement" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='entitlement', version='5.2.2')
)
libraryDependencies += "org.wso2.carbon.identity" % "entitlement" % "5.2.2"
[org.wso2.carbon.identity/entitlement "5.2.2"]