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