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