GroupId | GroupIdorg.apache.axis2 |
---|---|
ArtifactId | ArtifactIdaxis2-tools |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
axis2-tools-1.1.1.pom | |
axis2-tools-1.1.1.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.axis2/axis2-tools/ -->
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-tools</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-tools/
implementation 'org.apache.axis2:axis2-tools:1.1.1'
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-tools/
implementation ("org.apache.axis2:axis2-tools:1.1.1")
'org.apache.axis2:axis2-tools:jar:1.1.1'
<dependency org="org.apache.axis2" name="axis2-tools" rev="1.1.1">
<artifact name="axis2-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.axis2', module='axis2-tools', version='1.1.1')
)
libraryDependencies += "org.apache.axis2" % "axis2-tools" % "1.1.1"
[org.apache.axis2/axis2-tools "1.1.1"]