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