File | Operation |
---|---|
org.wso2.carbon.tenant.throttling.agent.feature-4.11.0.pom | download |
<dependency>
<groupId>org.wso2.carbon.multitenancy</groupId>
<artifactId>org.wso2.carbon.tenant.throttling.agent.feature</artifactId>
<version>4.11.0</version>
<type>pom</type>
</dependency>
implementation 'org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.throttling.agent.feature:4.11.0'
implementation("org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.throttling.agent.feature:4.11.0")
libraryDependencies += "org.wso2.carbon.multitenancy" % "org.wso2.carbon.tenant.throttling.agent.feature" % "4.11.0"
@Grapes(
@Grab(group='org.wso2.carbon.multitenancy', module='org.wso2.carbon.tenant.throttling.agent.feature', version='4.11.0')
)
<dependency org="org.wso2.carbon.multitenancy" name="org.wso2.carbon.tenant.throttling.agent.feature" rev="4.11.0" />