MVN

org.apache.axis2 : axis2-scripting

Maven & Gradle

Oct 26, 2009
2 usages

Apache Axis2 - Scripting · Axis2 scripting support for services implemented with scripting languages

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

Latest Version

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

  • Latest Stable: 1.5.1

All Versions

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

Version Vulnerabilities Updated
1.41
axis2-scripting-1.41
1.5.x
axis2-scripting-1.5.1
1.5
axis2-scripting-1.5
1.4
axis2-scripting-1.4
1.3
axis2-scripting-1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.axis2</groupId>
    <artifactId>axis2-scripting</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.axis2:axis2-scripting:1.5.1'

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

implementation("org.apache.axis2:axis2-scripting:1.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.axis2" % "axis2-scripting" % "1.5.1"