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