License |
License |
---|---|
GroupId | GroupIdorg.apache.axis2 |
ArtifactId | ArtifactIdaxis2 |
Last Version | Last Version1.8.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Axis2 - Root
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
axis2-1.8.1.pom | |
axis2-1.8.1.jar | 28 KB |
axis2-1.8.1-docs.zip | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.axis2/axis2/ -->
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
<version>1.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.axis2/axis2/
implementation 'org.apache.axis2:axis2:1.8.1'
// https://jarcasting.com/artifacts/org.apache.axis2/axis2/
implementation ("org.apache.axis2:axis2:1.8.1")
'org.apache.axis2:axis2:pom:1.8.1'
<dependency org="org.apache.axis2" name="axis2" rev="1.8.1">
<artifact name="axis2" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.axis2', module='axis2', version='1.8.1')
)
libraryDependencies += "org.apache.axis2" % "axis2" % "1.8.1"
[org.apache.axis2/axis2 "1.8.1"]