Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdagents |
Version | Version4.3.4 |
Type | Typepom |
Filename | Size |
---|---|
agents-4.3.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/agents/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>agents</artifactId>
<version>4.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/agents/
implementation 'org.wso2.carbon.identity:agents:4.3.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/agents/
implementation ("org.wso2.carbon.identity:agents:4.3.4")
'org.wso2.carbon.identity:agents:pom:4.3.4'
<dependency org="org.wso2.carbon.identity" name="agents" rev="4.3.4">
<artifact name="agents" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='agents', version='4.3.4')
)
libraryDependencies += "org.wso2.carbon.identity" % "agents" % "4.3.4"
[org.wso2.carbon.identity/agents "4.3.4"]