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