MVN

biz.futureware.mantis : mantis-axis-soap-client

Maven & Gradle

Oct 05, 2015
1 usages
4 stars

MantisBT Axis SOAP stubs · SOAP stubs generated using Axis for the MantisBT SOAP API.

<dependency>
    <groupId>biz.futureware.mantis</groupId>
    <artifactId>mantis-axis-soap-client</artifactId>
    <version>1.2.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.futureware.mantis : mantis-axis-soap-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.19

All Versions

Choose a version of biz.futureware.mantis : mantis-axis-soap-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mantis-axis-soap-client-1.2.19
mantis-axis-soap-client-1.2.15
mantis-axis-soap-client-1.2.9
mantis-axis-soap-client-1.2.6
mantis-axis-soap-client-1.2.5

How to add a dependency to Maven

Add the following biz.futureware.mantis : mantis-axis-soap-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.futureware.mantis</groupId>
    <artifactId>mantis-axis-soap-client</artifactId>
    <version>1.2.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.futureware.mantis : mantis-axis-soap-client gradle dependency to your build.gradle file:

implementation 'biz.futureware.mantis:mantis-axis-soap-client:1.2.19'

Gradle Kotlin DSL: Add the following biz.futureware.mantis : mantis-axis-soap-client gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.futureware.mantis:mantis-axis-soap-client:1.2.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.futureware.mantis : mantis-axis-soap-client sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.futureware.mantis" % "mantis-axis-soap-client" % "1.2.19"