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