MVN

org.apache.axis2 : axis2-jaxws-integration

Maven & Gradle

Jun 28, 2015
1 usages

Apache Axis2 - JAXWS Integration Tests · Axis2 JAXWS Integration Tests

<dependency>
    <groupId>org.apache.axis2</groupId>
    <artifactId>axis2-jaxws-integration</artifactId>
    <version>1.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.axis2 : axis2-jaxws-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.3

All Versions

Choose a version of org.apache.axis2 : axis2-jaxws-integration to add to Maven or Gradle - All Versions:

  • Version Updated
  • axis2-jaxws-integration-1.6.3

    Jun 27, 2015
  • axis2-jaxws-integration-1.6.2

    Apr 17, 2012
  • axis2-jaxws-integration-1.6.1

    Aug 30, 2011
  • axis2-jaxws-integration-1.5.6

    Aug 30, 2011
  • axis2-jaxws-integration-1.5.5

    May 28, 2011
  • axis2-jaxws-integration-1.6.0

    May 17, 2011
  • axis2-jaxws-integration-1.5.4

    Dec 19, 2010
  • axis2-jaxws-integration-1.5.3

    Nov 12, 2010
  • axis2-jaxws-integration-1.5.2

    Sep 06, 2010
  • axis2-jaxws-integration-1.5.1

    Oct 26, 2009
  • axis2-jaxws-integration-1.5

    May 28, 2009
  • axis2-jaxws-integration-1.4.1

    Aug 25, 2008
  • axis2-jaxws-integration-1.4

    May 01, 2008

How to add a dependency to Maven

Add the following org.apache.axis2 : axis2-jaxws-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.axis2</groupId>
    <artifactId>axis2-jaxws-integration</artifactId>
    <version>1.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.axis2 : axis2-jaxws-integration gradle dependency to your build.gradle file:

implementation 'org.apache.axis2:axis2-jaxws-integration:1.6.3'

Gradle Kotlin DSL: Add the following org.apache.axis2 : axis2-jaxws-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.axis2:axis2-jaxws-integration:1.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.axis2 : axis2-jaxws-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.axis2" % "axis2-jaxws-integration" % "1.6.3"