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