License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdagents |
Version | Version5.0.8 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Agents Aggregator Module
This is a Carbon bundle that represent the Agents Aggregator module.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
agents-5.0.8.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/agents/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>agents</artifactId>
<version>5.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/agents/
implementation 'org.wso2.carbon.identity:agents:5.0.8'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/agents/
implementation ("org.wso2.carbon.identity:agents:5.0.8")
'org.wso2.carbon.identity:agents:pom:5.0.8'
<dependency org="org.wso2.carbon.identity" name="agents" rev="5.0.8">
<artifact name="agents" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='agents', version='5.0.8')
)
libraryDependencies += "org.wso2.carbon.identity" % "agents" % "5.0.8"
[org.wso2.carbon.identity/agents "5.0.8"]