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