a

agents

This is a Carbon bundle that represent the Agents Aggregator module.
http://wso2.org
Files download
File Operation
agents-5.0.8.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.identity</groupId>
  <artifactId>agents</artifactId>
  <version>5.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.identity:agents:5.0.8'
Gradle Kotlin
implementation("org.wso2.carbon.identity:agents:5.0.8")
Scala SBT
libraryDependencies += "org.wso2.carbon.identity" % "agents" % "5.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.identity', module='agents', version='5.0.8')
)
Apache Ivy
<dependency org="org.wso2.carbon.identity" name="agents" rev="5.0.8" />
Leiningen
[org.wso2.carbon.identity/agents "5.0.8"]
Apache Buildr
'org.wso2.carbon.identity:agents:jar:5.0.8'