Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.multitenancy |
ArtifactId | ArtifactIdorg.wso2.carbon.tenant.throttling.agent.feature |
Version | Version4.8.1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.multitenancy/org.wso2.carbon.tenant.throttling.agent.feature/ -->
<dependency>
<groupId>org.wso2.carbon.multitenancy</groupId>
<artifactId>org.wso2.carbon.tenant.throttling.agent.feature</artifactId>
<version>4.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.multitenancy/org.wso2.carbon.tenant.throttling.agent.feature/
implementation 'org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.throttling.agent.feature:4.8.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.multitenancy/org.wso2.carbon.tenant.throttling.agent.feature/
implementation ("org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.throttling.agent.feature:4.8.1")
'org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.throttling.agent.feature:pom:4.8.1'
<dependency org="org.wso2.carbon.multitenancy" name="org.wso2.carbon.tenant.throttling.agent.feature" rev="4.8.1">
<artifact name="org.wso2.carbon.tenant.throttling.agent.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.multitenancy', module='org.wso2.carbon.tenant.throttling.agent.feature', version='4.8.1')
)
libraryDependencies += "org.wso2.carbon.multitenancy" % "org.wso2.carbon.tenant.throttling.agent.feature" % "4.8.1"
[org.wso2.carbon.multitenancy/org.wso2.carbon.tenant.throttling.agent.feature "4.8.1"]