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