is not current version
Last Version 1.8.1

org.apache.axis2:axis2-kernel 1.4.1

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

GroupId

GroupId

org.apache.axis2
ArtifactId

ArtifactId

axis2-kernel
Version

Version

1.4.1
Type

Type

jar

Download axis2-kernel 1.4.1


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