is not current version
Last Version 1.8.1

org.apache.axis2:axis2 1.5.6


GroupId

GroupId

org.apache.axis2
ArtifactId

ArtifactId

axis2
Version

Version

1.5.6
Type

Type

pom

Download axis2 1.5.6


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