is not current version
Last Version 1.8.1

org.apache.axis2:axis2-kernel 1.7.7

Core Parts of Axis2. This includes Axis2 engine, Client API, Addressing support, etc.,

GroupId

GroupId

org.apache.axis2
ArtifactId

ArtifactId

axis2-kernel
Version

Version

1.7.7
Type

Type

jar

Download axis2-kernel 1.7.7


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