MVN

com.blackducksoftware.integration : hub-artifactory-common

Maven & Gradle

Jun 14, 2018
0 stars

hub-artifactory-common

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

Latest Version

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

  • Latest Stable: 0.2.2

All Versions

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

Version Vulnerabilities Updated
0.2.x
hub-artifactory-common-0.2.2
hub-artifactory-common-0.2.1
hub-artifactory-common-0.2.0
0.1.x
hub-artifactory-common-0.1.2
hub-artifactory-common-0.1.1
hub-artifactory-common-0.1.0
0.0.x
hub-artifactory-common-0.0.19
hub-artifactory-common-0.0.18
hub-artifactory-common-0.0.17
hub-artifactory-common-0.0.16
hub-artifactory-common-0.0.15
hub-artifactory-common-0.0.14
hub-artifactory-common-0.0.13
hub-artifactory-common-0.0.12
hub-artifactory-common-0.0.11
hub-artifactory-common-0.0.10
hub-artifactory-common-0.0.9
hub-artifactory-common-0.0.8
hub-artifactory-common-0.0.7
hub-artifactory-common-0.0.6
hub-artifactory-common-0.0.5
hub-artifactory-common-0.0.4
hub-artifactory-common-0.0.3
hub-artifactory-common-0.0.2
hub-artifactory-common-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>hub-artifactory-common</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.blackducksoftware.integration:hub-artifactory-common:0.2.2'

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

implementation("com.blackducksoftware.integration:hub-artifactory-common:0.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.blackducksoftware.integration" % "hub-artifactory-common" % "0.2.2"