MVN

org.apache.axis2 : axis2-json

Maven & Gradle

Jul 13, 2022
14 usages

Apache Axis2 - JSON · Axis2 JSON module

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

Latest Version

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

  • Latest Stable: 1.8.2

All Versions

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

  • Version Updated
  • axis2-json-1.8.2

    Jul 13, 2022
  • axis2-json-1.8.1

    Jun 07, 2022
  • axis2-json-1.8.0

    Aug 01, 2021
  • axis2-json-1.7.9

    Nov 16, 2018
  • axis2-json-1.7.8

    May 19, 2018
  • axis2-json-1.7.7

    Nov 20, 2017
  • axis2-json-1.7.6

    Jul 30, 2017
  • axis2-json-1.7.5

    May 06, 2017
  • axis2-json-1.7.4

    Oct 21, 2016
  • axis2-json-1.7.3

    May 30, 2016
  • axis2-json-1.7.2

    May 02, 2016
  • axis2-json-1.7.1

    Feb 20, 2016
  • axis2-json-1.7.0

    Jan 18, 2016
  • axis2-json-1.6.4

    Dec 28, 2015
  • axis2-json-1.6.3

    Jun 27, 2015
  • axis2-json-1.6.2

    Apr 17, 2012
  • axis2-json-1.6.1

    Aug 30, 2011
  • axis2-json-1.5.6

    Aug 30, 2011
  • axis2-json-1.5.5

    May 28, 2011
  • axis2-json-1.6.0

    May 17, 2011
  • axis2-json-1.5.4

    Dec 19, 2010
  • axis2-json-1.5.3

    Nov 12, 2010
  • axis2-json-1.5.2

    Sep 06, 2010
  • axis2-json-1.5.1

    Oct 26, 2009
  • axis2-json-1.5

    May 28, 2009
  • axis2-json-1.4.1

    Aug 25, 2008
  • axis2-json-1.4

    May 01, 2008
  • axis2-json-1.3

    Aug 10, 2007
  • axis2-json-1.2

    Apr 27, 2007

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.axis2</groupId>
    <artifactId>axis2-json</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.axis2:axis2-json:1.8.2'

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

implementation("org.apache.axis2:axis2-json:1.8.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.axis2" % "axis2-json" % "1.8.2"