is not current version
Last Version 1.8.1

org.apache.axis2:axis2 1.4.1


GroupId

GroupId

org.apache.axis2
ArtifactId

ArtifactId

axis2
Version

Version

1.4.1
Type

Type

pom

Download axis2 1.4.1


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