GroupId | GroupIdorg.apache.stratos |
---|---|
ArtifactId | ArtifactIdcartidge-agent |
Version | Version4.0.0 |
Type | Typepom |
Filename | Size |
---|---|
cartidge-agent-4.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.stratos/cartidge-agent/ -->
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>cartidge-agent</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stratos/cartidge-agent/
implementation 'org.apache.stratos:cartidge-agent:4.0.0'
// https://jarcasting.com/artifacts/org.apache.stratos/cartidge-agent/
implementation ("org.apache.stratos:cartidge-agent:4.0.0")
'org.apache.stratos:cartidge-agent:pom:4.0.0'
<dependency org="org.apache.stratos" name="cartidge-agent" rev="4.0.0">
<artifact name="cartidge-agent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stratos', module='cartidge-agent', version='4.0.0')
)
libraryDependencies += "org.apache.stratos" % "cartidge-agent" % "4.0.0"
[org.apache.stratos/cartidge-agent "4.0.0"]