MVN

org.apache.axis2 : soapmonitor

Maven & Gradle

Jul 13, 2022
1 usages

Apache Axis2 - SOAP Monitor Module · soapmonitor module for Axis2

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

Latest Version

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

  • Latest Stable: 1.8.2

All Versions

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

Version Vulnerabilities Updated
1.41
soapmonitor-1.41
1.8.x
soapmonitor-1.8.2
soapmonitor-1.8.1
soapmonitor-1.8.0
1.7.x
soapmonitor-1.7.9
soapmonitor-1.7.8
soapmonitor-1.7.7
soapmonitor-1.7.6
soapmonitor-1.7.5
soapmonitor-1.7.4
soapmonitor-1.7.3
soapmonitor-1.7.2
soapmonitor-1.7.1
soapmonitor-1.7.0
1.6.x
soapmonitor-1.6.4
soapmonitor-1.6.3
soapmonitor-1.6.2
soapmonitor-1.6.1
soapmonitor-1.6.0
1.5.x
soapmonitor-1.5.6
soapmonitor-1.5.5
soapmonitor-1.5.4
soapmonitor-1.5.3
soapmonitor-1.5.2
soapmonitor-1.5.1
1.5
soapmonitor-1.5
1.4
soapmonitor-1.4
1.3
soapmonitor-1.3
1.2
soapmonitor-1.2
1.1.x
soapmonitor-1.1.1
1.1
soapmonitor-1.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.axis2:soapmonitor:1.8.2'

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

implementation("org.apache.axis2:soapmonitor:1.8.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.axis2" % "soapmonitor" % "1.8.2"

Advertisement