GroupId | GroupIdorg.wso2.carbon.apimgt |
---|---|
ArtifactId | ArtifactIdapimgt-feature |
Version | Version9.0.171 |
Type | Typepom |
Filename | Size |
---|---|
apimgt-feature-9.0.171.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.apimgt/apimgt-feature/ -->
<dependency>
<groupId>org.wso2.carbon.apimgt</groupId>
<artifactId>apimgt-feature</artifactId>
<version>9.0.171</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.apimgt/apimgt-feature/
implementation 'org.wso2.carbon.apimgt:apimgt-feature:9.0.171'
// https://jarcasting.com/artifacts/org.wso2.carbon.apimgt/apimgt-feature/
implementation ("org.wso2.carbon.apimgt:apimgt-feature:9.0.171")
'org.wso2.carbon.apimgt:apimgt-feature:pom:9.0.171'
<dependency org="org.wso2.carbon.apimgt" name="apimgt-feature" rev="9.0.171">
<artifact name="apimgt-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.apimgt', module='apimgt-feature', version='9.0.171')
)
libraryDependencies += "org.wso2.carbon.apimgt" % "apimgt-feature" % "9.0.171"
[org.wso2.carbon.apimgt/apimgt-feature "9.0.171"]