MVN

org.apache.axis2 : axis2-transports

Maven & Gradle

Dec 18, 2009
3 usages

Apache Axis2 - Transport - Root · Axis2 Transports are a set of transport adaptors for the Apache Axis2 project as well as for the Apache Synapse project. These transports consists of a set of synchronous as well as completely asynchronous transport adaprots.

<dependency>
    <groupId>org.apache.axis2</groupId>
    <artifactId>axis2-transports</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.axis2 : axis2-transports to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.apache.axis2 : axis2-transports to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
axis2-transports-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.axis2</groupId>
    <artifactId>axis2-transports</artifactId>
    <version>1.0.0</version>
</dependency>