License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdclaim-mgt |
Last Version | Last Version5.5.0-m4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Claim Management Aggregator Module
WSO2 is an open source application development software company focused on providing service-oriented
architecture solutions for professional developers.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
claim-mgt-5.5.0-m4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/claim-mgt/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>claim-mgt</artifactId>
<version>5.5.0-m4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/claim-mgt/
implementation 'org.wso2.carbon.identity:claim-mgt:5.5.0-m4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/claim-mgt/
implementation ("org.wso2.carbon.identity:claim-mgt:5.5.0-m4")
'org.wso2.carbon.identity:claim-mgt:pom:5.5.0-m4'
<dependency org="org.wso2.carbon.identity" name="claim-mgt" rev="5.5.0-m4">
<artifact name="claim-mgt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='claim-mgt', version='5.5.0-m4')
)
libraryDependencies += "org.wso2.carbon.identity" % "claim-mgt" % "5.5.0-m4"
[org.wso2.carbon.identity/claim-mgt "5.5.0-m4"]