MVN

com.blackducksoftware.integration : hub-common-rest

Maven & Gradle

Sep 12, 2018
5 usages
0 stars

hub-common-rest

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>hub-common-rest</artifactId>
    <version>12.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blackducksoftware.integration : hub-common-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.0.4

All Versions

Choose a version of com.blackducksoftware.integration : hub-common-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.0.x
hub-common-rest-12.0.4
hub-common-rest-12.0.3
hub-common-rest-12.0.2
hub-common-rest-12.0.1
hub-common-rest-12.0.0
11.0.x
hub-common-rest-11.0.0
10.1.x
hub-common-rest-10.1.2
hub-common-rest-10.1.1
hub-common-rest-10.1.0
10.0.x
hub-common-rest-10.0.1
hub-common-rest-10.0.0
9.0.x
hub-common-rest-9.0.2
hub-common-rest-9.0.1
hub-common-rest-9.0.0
8.3.x
hub-common-rest-8.3.1
hub-common-rest-8.3.0
8.2.x
hub-common-rest-8.2.2
hub-common-rest-8.2.1
hub-common-rest-8.2.0
8.1.x
hub-common-rest-8.1.0
8.0.x
hub-common-rest-8.0.0
7.1.x
hub-common-rest-7.1.0
7.0.x
hub-common-rest-7.0.0
6.2.x
hub-common-rest-6.2.0
6.1.x
hub-common-rest-6.1.1
hub-common-rest-6.1.0
6.0.x
hub-common-rest-6.0.1
hub-common-rest-6.0.0
5.1.x
hub-common-rest-5.1.0
5.0.x
hub-common-rest-5.0.0
4.0.x
hub-common-rest-4.0.0
3.5.x
hub-common-rest-3.5.0
3.4.x
hub-common-rest-3.4.0
3.3.x
hub-common-rest-3.3.0
3.2.x
hub-common-rest-3.2.0
3.1.x
hub-common-rest-3.1.0
3.0.x
hub-common-rest-3.0.0
2.6.x
hub-common-rest-2.6.0
2.5.x
hub-common-rest-2.5.0
2.4.x
hub-common-rest-2.4.2
hub-common-rest-2.4.1
hub-common-rest-2.4.0
2.3.x
hub-common-rest-2.3.0
2.2.x
hub-common-rest-2.2.1
hub-common-rest-2.2.0
2.1.x
hub-common-rest-2.1.3
hub-common-rest-2.1.2
hub-common-rest-2.1.1
hub-common-rest-2.1.0
2.0.x
hub-common-rest-2.0.0
1.2.x
hub-common-rest-1.2.5
hub-common-rest-1.2.4
hub-common-rest-1.2.3
hub-common-rest-1.2.2
hub-common-rest-1.2.1
hub-common-rest-1.2.0
1.1.x
hub-common-rest-1.1.1
hub-common-rest-1.1.0
1.0.x
hub-common-rest-1.0.0

How to add a dependency to Maven

Add the following com.blackducksoftware.integration : hub-common-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>hub-common-rest</artifactId>
    <version>12.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blackducksoftware.integration : hub-common-rest gradle dependency to your build.gradle file:

implementation 'com.blackducksoftware.integration:hub-common-rest:12.0.4'

Gradle Kotlin DSL: Add the following com.blackducksoftware.integration : hub-common-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blackducksoftware.integration:hub-common-rest:12.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blackducksoftware.integration : hub-common-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blackducksoftware.integration" % "hub-common-rest" % "12.0.4"

Advertisement