is not current version
Last Version 1.1.1

org.apache.axis2:axis2-tools 1.1


GroupId

GroupId

org.apache.axis2
ArtifactId

ArtifactId

axis2-tools
Version

Version

1.1
Type

Type

jar

Download axis2-tools 1.1


<!-- https://jarcasting.com/artifacts/org.apache.axis2/axis2-tools/ -->
<dependency>
    <groupId>org.apache.axis2</groupId>
    <artifactId>axis2-tools</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-tools/
implementation 'org.apache.axis2:axis2-tools:1.1'
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-tools/
implementation ("org.apache.axis2:axis2-tools:1.1")
'org.apache.axis2:axis2-tools:jar:1.1'
<dependency org="org.apache.axis2" name="axis2-tools" rev="1.1">
  <artifact name="axis2-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.axis2', module='axis2-tools', version='1.1')
)
libraryDependencies += "org.apache.axis2" % "axis2-tools" % "1.1"
[org.apache.axis2/axis2-tools "1.1"]