MVN

com.blackducksoftware.integration : hub-common-reporting

Maven & Gradle

Nov 01, 2018
2 usages
0 stars

hub-common-reporting

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

Latest Version

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

  • Latest Stable: 7.0.5

All Versions

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

Version Vulnerabilities Updated
7.0.x
hub-common-reporting-7.0.5
hub-common-reporting-7.0.4
hub-common-reporting-7.0.3
hub-common-reporting-7.0.2
hub-common-reporting-7.0.1
hub-common-reporting-7.0.0
6.0.x
hub-common-reporting-6.0.0
5.0.x
hub-common-reporting-5.0.6
hub-common-reporting-5.0.5
hub-common-reporting-5.0.4
hub-common-reporting-5.0.3
hub-common-reporting-5.0.2
hub-common-reporting-5.0.1
hub-common-reporting-5.0.0
4.2.x
hub-common-reporting-4.2.1
hub-common-reporting-4.2.0
4.1.x
hub-common-reporting-4.1.0
4.0.x
hub-common-reporting-4.0.1
hub-common-reporting-4.0.0
3.0.x
hub-common-reporting-3.0.0
2.4.x
hub-common-reporting-2.4.0
2.3.x
hub-common-reporting-2.3.1
hub-common-reporting-2.3.0
2.2.x
hub-common-reporting-2.2.0
2.1.x
hub-common-reporting-2.1.5
hub-common-reporting-2.1.4
hub-common-reporting-2.1.3
hub-common-reporting-2.1.2
hub-common-reporting-2.1.1
hub-common-reporting-2.1.0
2.0.x
hub-common-reporting-2.0.0
1.1.x
hub-common-reporting-1.1.1
hub-common-reporting-1.1.0
1.0.x
hub-common-reporting-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>hub-common-reporting</artifactId>
    <version>7.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.blackducksoftware.integration:hub-common-reporting:7.0.5'

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

implementation("com.blackducksoftware.integration:hub-common-reporting:7.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.blackducksoftware.integration" % "hub-common-reporting" % "7.0.5"

Advertisement