MVN

com.marvelution.jira.plugins : hudson-apiv2-wsclient

Maven & Gradle

Sep 20, 2012

Hudson APIv2 WS-Client · This library can be used to connect to the new REST API.

<dependency>
    <groupId>com.marvelution.jira.plugins</groupId>
    <artifactId>hudson-apiv2-wsclient</artifactId>
    <version>5.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marvelution.jira.plugins : hudson-apiv2-wsclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.4

All Versions

Choose a version of com.marvelution.jira.plugins : hudson-apiv2-wsclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
hudson-apiv2-wsclient-5.0.4
hudson-apiv2-wsclient-5.0.3
hudson-apiv2-wsclient-5.0.2
hudson-apiv2-wsclient-5.0.1
hudson-apiv2-wsclient-5.0.0
4.5.x
hudson-apiv2-wsclient-4.5.0
4.4.x
hudson-apiv2-wsclient-4.4.0
4.3.x
hudson-apiv2-wsclient-4.3.0
4.2.x
hudson-apiv2-wsclient-4.2.0
4.1.x
hudson-apiv2-wsclient-4.1.1
hudson-apiv2-wsclient-4.1.0
4.0.x
hudson-apiv2-wsclient-4.0.3
hudson-apiv2-wsclient-4.0.2
hudson-apiv2-wsclient-4.0.1
hudson-apiv2-wsclient-4.0.0

How to add a dependency to Maven

Add the following com.marvelution.jira.plugins : hudson-apiv2-wsclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.marvelution.jira.plugins</groupId>
    <artifactId>hudson-apiv2-wsclient</artifactId>
    <version>5.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.marvelution.jira.plugins : hudson-apiv2-wsclient gradle dependency to your build.gradle file:

implementation 'com.marvelution.jira.plugins:hudson-apiv2-wsclient:5.0.4'

Gradle Kotlin DSL: Add the following com.marvelution.jira.plugins : hudson-apiv2-wsclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.marvelution.jira.plugins:hudson-apiv2-wsclient:5.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.marvelution.jira.plugins : hudson-apiv2-wsclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.marvelution.jira.plugins" % "hudson-apiv2-wsclient" % "5.0.4"