文件名 | 操作 |
---|---|
org.wso2.carbon.tenant.throttling.agent.feature-4.8.2.pom | 下载 |
<dependency>
<groupId>org.wso2.carbon.multitenancy</groupId>
<artifactId>org.wso2.carbon.tenant.throttling.agent.feature</artifactId>
<version>4.8.2</version>
<type>pom</type>
</dependency>
implementation 'org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.throttling.agent.feature:4.8.2'
implementation("org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.throttling.agent.feature:4.8.2")
libraryDependencies += "org.wso2.carbon.multitenancy" % "org.wso2.carbon.tenant.throttling.agent.feature" % "4.8.2"
@Grapes(
@Grab(group='org.wso2.carbon.multitenancy', module='org.wso2.carbon.tenant.throttling.agent.feature', version='4.8.2')
)
<dependency org="org.wso2.carbon.multitenancy" name="org.wso2.carbon.tenant.throttling.agent.feature" rev="4.8.2" />