MVN

com.blackducksoftware.integration : build-tool-common

Maven & Gradle

Dec 19, 2016
2 usages
0 stars

Build Tool Common · Manage a Build Info with artifact and dependencies

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>build-tool-common</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.2

All Versions

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

Version Vulnerabilities Updated
2.2.x
build-tool-common-2.2.2
build-tool-common-2.2.1
build-tool-common-2.2.0
2.1.x
build-tool-common-2.1.0
2.0.x
build-tool-common-2.0.12
build-tool-common-2.0.11
build-tool-common-2.0.10
build-tool-common-2.0.9
build-tool-common-2.0.8
build-tool-common-2.0.7
build-tool-common-2.0.6
build-tool-common-2.0.5
build-tool-common-2.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>build-tool-common</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.blackducksoftware.integration:build-tool-common:2.2.2'

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

implementation("com.blackducksoftware.integration:build-tool-common:2.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.blackducksoftware.integration" % "build-tool-common" % "2.2.2"