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