License |
License |
---|---|
GroupId | GroupIdorg.apache.axis2 |
ArtifactId | ArtifactIdaxis2-webapp |
Last Version | Last Version1.8.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionApache Axis2 - Web Application module
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-webapp-1.8.1.pom | |
axis2-webapp-1.8.1.war | 17 MB |
axis2-webapp-1.8.1-sources.jar | 13 KB |
axis2-webapp-1.8.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.axis2/axis2-webapp/ -->
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-webapp</artifactId>
<version>1.8.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-webapp/
implementation 'org.apache.axis2:axis2-webapp:1.8.1'
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-webapp/
implementation ("org.apache.axis2:axis2-webapp:1.8.1")
'org.apache.axis2:axis2-webapp:war:1.8.1'
<dependency org="org.apache.axis2" name="axis2-webapp" rev="1.8.1">
<artifact name="axis2-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.axis2', module='axis2-webapp', version='1.8.1')
)
libraryDependencies += "org.apache.axis2" % "axis2-webapp" % "1.8.1"
[org.apache.axis2/axis2-webapp "1.8.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
jakarta.servlet.jsp : jakarta.servlet.jsp-api | jar | 2.3.6 |