GroupId | GroupIdorg.wso2.carbon.consent.mgt |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.consent.mgt.server.feature |
Version | Version1.0.40 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.consent.mgt/org.wso2.carbon.consent.mgt.server.feature/ -->
<dependency>
<groupId>org.wso2.carbon.consent.mgt</groupId>
<artifactId>org.wso2.carbon.consent.mgt.server.feature</artifactId>
<version>1.0.40</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.consent.mgt/org.wso2.carbon.consent.mgt.server.feature/
implementation 'org.wso2.carbon.consent.mgt:org.wso2.carbon.consent.mgt.server.feature:1.0.40'
// https://jarcasting.com/artifacts/org.wso2.carbon.consent.mgt/org.wso2.carbon.consent.mgt.server.feature/
implementation ("org.wso2.carbon.consent.mgt:org.wso2.carbon.consent.mgt.server.feature:1.0.40")
'org.wso2.carbon.consent.mgt:org.wso2.carbon.consent.mgt.server.feature:pom:1.0.40'
<dependency org="org.wso2.carbon.consent.mgt" name="org.wso2.carbon.consent.mgt.server.feature" rev="1.0.40">
<artifact name="org.wso2.carbon.consent.mgt.server.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.consent.mgt', module='org.wso2.carbon.consent.mgt.server.feature', version='1.0.40')
)
libraryDependencies += "org.wso2.carbon.consent.mgt" % "org.wso2.carbon.consent.mgt.server.feature" % "1.0.40"
[org.wso2.carbon.consent.mgt/org.wso2.carbon.consent.mgt.server.feature "1.0.40"]