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