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