is not current version
Last Version 1.8.1

org.apache.axis2:axis2 1.5.2


GroupId

GroupId

org.apache.axis2
ArtifactId

ArtifactId

axis2
Version

Version

1.5.2
Type

Type

pom

Download axis2 1.5.2


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