MVN

com.blackducksoftware.integration : integration-test-common

Maven & Gradle

Nov 14, 2019
19 usages
1 stars

integration-test-common · A library used for testing integrations.

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>integration-test-common</artifactId>
    <version>4.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.8

All Versions

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

Version Vulnerabilities Updated
4.0.x
integration-test-common-4.0.8
integration-test-common-4.0.6
integration-test-common-4.0.5
integration-test-common-4.0.4
integration-test-common-4.0.3
integration-test-common-4.0.2
integration-test-common-4.0.1
integration-test-common-4.0.0
3.1.x
integration-test-common-3.1.4
integration-test-common-3.1.3
integration-test-common-3.1.2
integration-test-common-3.1.1
integration-test-common-3.1.0
3.0.x
integration-test-common-3.0.0
2.0.x
integration-test-common-2.0.1
integration-test-common-2.0.0
1.0.x
integration-test-common-1.0.1
integration-test-common-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>integration-test-common</artifactId>
    <version>4.0.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.blackducksoftware.integration:integration-test-common:4.0.8'

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

implementation("com.blackducksoftware.integration:integration-test-common:4.0.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.blackducksoftware.integration" % "integration-test-common" % "4.0.8"