MVN

com.blackducksoftware.integration : hub-common-response

Maven & Gradle

Jan 12, 2018
2 usages
0 stars

hub-common-response

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

Latest Version

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

  • Latest Stable: 5.0.0

All Versions

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

Version Vulnerabilities Updated
5.0.x
hub-common-response-5.0.0
4.0.x
hub-common-response-4.0.0
3.12.x
hub-common-response-3.12.1
hub-common-response-3.12.0
3.11.x
hub-common-response-3.11.2
hub-common-response-3.11.1
hub-common-response-3.11.0
3.10.x
hub-common-response-3.10.0
3.9.x
hub-common-response-3.9.0
3.8.x
hub-common-response-3.8.0
3.7.x
hub-common-response-3.7.0
3.6.x
hub-common-response-3.6.0
3.5.x
hub-common-response-3.5.0
3.4.x
hub-common-response-3.4.0
3.3.x
hub-common-response-3.3.0
3.2.x
hub-common-response-3.2.1
hub-common-response-3.2.0
3.1.x
hub-common-response-3.1.0
3.0.x
hub-common-response-3.0.0
2.0.x
hub-common-response-2.0.0
1.0.x
hub-common-response-1.0.1
hub-common-response-1.0.0
0.0.x
hub-common-response-0.0.9
hub-common-response-0.0.8
hub-common-response-0.0.7
hub-common-response-0.0.6
hub-common-response-0.0.5
hub-common-response-0.0.4
hub-common-response-0.0.3
hub-common-response-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>hub-common-response</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.blackducksoftware.integration:hub-common-response:5.0.0'

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

implementation("com.blackducksoftware.integration:hub-common-response:5.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.blackducksoftware.integration" % "hub-common-response" % "5.0.0"

Advertisement