is not current version
Last Version 1.8.1

org.apache.axis2:axis2 1.6.3


GroupId

GroupId

org.apache.axis2
ArtifactId

ArtifactId

axis2
Version

Version

1.6.3
Type

Type

pom

Download axis2 1.6.3


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