<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>org.apache.stratos.throttling.agent.feature</artifactId>
<version>3.0.0-incubating</version>
</dependency>
implementation group: 'org.apache.stratos', name: 'org.apache.stratos.throttling.agent.feature', version: '3.0.0-incubating'
implementation 'org.apache.stratos:org.apache.stratos.throttling.agent.feature:3.0.0-incubating'
implementation("org.apache.stratos:org.apache.stratos.throttling.agent.feature:3.0.0-incubating")
libraryDependencies += "org.apache.stratos" % "org.apache.stratos.throttling.agent.feature" % "3.0.0-incubating"
<dependency org="org.apache.stratos" name="org.apache.stratos.throttling.agent.feature" rev="3.0.0-incubating"/>
@Grapes(
@Grab(group='org.apache.stratos', module='org.apache.stratos.throttling.agent.feature', version='3.0.0-incubating')
)
[org.apache.stratos/org.apache.stratos.throttling.agent.feature "3.0.0-incubating"]
'org.apache.stratos:org.apache.stratos.throttling.agent.feature:jar:3.0.0-incubating'