License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdidentity-mgt |
Last Version | Last Version5.5.0-m4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Identity Management Aggregator Module
This is a Carbon bundle that represent the Identity Management Aggregator Module.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
identity-mgt-5.5.0-m4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-mgt/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-mgt</artifactId>
<version>5.5.0-m4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-mgt/
implementation 'org.wso2.carbon.identity:identity-mgt:5.5.0-m4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-mgt/
implementation ("org.wso2.carbon.identity:identity-mgt:5.5.0-m4")
'org.wso2.carbon.identity:identity-mgt:pom:5.5.0-m4'
<dependency org="org.wso2.carbon.identity" name="identity-mgt" rev="5.5.0-m4">
<artifact name="identity-mgt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-mgt', version='5.5.0-m4')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-mgt" % "5.5.0-m4"
[org.wso2.carbon.identity/identity-mgt "5.5.0-m4"]