MVN

com.hpe.adm.octane.ciplugins : mqm-rest-client

Maven & Gradle

May 23, 2018
1 usages
0 stars

MQM REST Client

<dependency>
    <groupId>com.hpe.adm.octane.ciplugins</groupId>
    <artifactId>mqm-rest-client</artifactId>
    <version>1.4.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hpe.adm.octane.ciplugins : mqm-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.25

All Versions

Choose a version of com.hpe.adm.octane.ciplugins : mqm-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
mqm-rest-client-1.4.25
mqm-rest-client-1.4.24
mqm-rest-client-1.4.23
mqm-rest-client-1.4.22
mqm-rest-client-1.4.21
mqm-rest-client-1.4.20
mqm-rest-client-1.4.19
mqm-rest-client-1.4.18
mqm-rest-client-1.4.17
mqm-rest-client-1.4.16
mqm-rest-client-1.4.15
mqm-rest-client-1.4.14
mqm-rest-client-1.4.13
mqm-rest-client-1.4.12
mqm-rest-client-1.4.11
mqm-rest-client-1.4.10
mqm-rest-client-1.4.9
mqm-rest-client-1.4.8
mqm-rest-client-1.4.7
mqm-rest-client-1.4.6
mqm-rest-client-1.4.5
mqm-rest-client-1.4.4
mqm-rest-client-1.4.3
mqm-rest-client-1.4.2
mqm-rest-client-1.4.1
1.4
mqm-rest-client-1.4
1.3
mqm-rest-client-1.3
1.2
mqm-rest-client-1.2
1.1
mqm-rest-client-1.1

How to add a dependency to Maven

Add the following com.hpe.adm.octane.ciplugins : mqm-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hpe.adm.octane.ciplugins</groupId>
    <artifactId>mqm-rest-client</artifactId>
    <version>1.4.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hpe.adm.octane.ciplugins : mqm-rest-client gradle dependency to your build.gradle file:

implementation 'com.hpe.adm.octane.ciplugins:mqm-rest-client:1.4.25'

Gradle Kotlin DSL: Add the following com.hpe.adm.octane.ciplugins : mqm-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hpe.adm.octane.ciplugins:mqm-rest-client:1.4.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hpe.adm.octane.ciplugins : mqm-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hpe.adm.octane.ciplugins" % "mqm-rest-client" % "1.4.25"

Advertisement