MVN

com.blackducksoftware.integration : phone-home-api

Maven & Gradle

Apr 04, 2018
3 usages
0 stars

phone-home-api

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>phone-home-api</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blackducksoftware.integration : phone-home-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of com.blackducksoftware.integration : phone-home-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
phone-home-api-7.0.0
6.0.x
phone-home-api-6.0.0
5.0.x
phone-home-api-5.0.1
phone-home-api-5.0.0
4.2.x
phone-home-api-4.2.1
phone-home-api-4.2.0
4.1.x
phone-home-api-4.1.0
4.0.x
phone-home-api-4.0.0
3.0.x
phone-home-api-3.0.0
2.0.x
phone-home-api-2.0.2
phone-home-api-2.0.1
phone-home-api-2.0.0
1.6.x
phone-home-api-1.6.2
phone-home-api-1.6.1
phone-home-api-1.6.0
1.5.x
phone-home-api-1.5.1-BACKWARDS
phone-home-api-1.5.1
phone-home-api-1.5.0
1.4.x
phone-home-api-1.4.0
1.3.x
phone-home-api-1.3.0
1.2.x
phone-home-api-1.2.2
phone-home-api-1.2.1
phone-home-api-1.2.0
1.1.x
phone-home-api-1.1.7
phone-home-api-1.1.6
phone-home-api-1.1.5
phone-home-api-1.1.4
phone-home-api-1.1.3
phone-home-api-1.1.2
phone-home-api-1.1.1
phone-home-api-1.1.0
1.0.x
phone-home-api-1.0.2
phone-home-api-1.0.1
phone-home-api-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>phone-home-api</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blackducksoftware.integration : phone-home-api gradle dependency to your build.gradle file:

implementation 'com.blackducksoftware.integration:phone-home-api:7.0.0'

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

implementation("com.blackducksoftware.integration:phone-home-api:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blackducksoftware.integration : phone-home-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blackducksoftware.integration" % "phone-home-api" % "7.0.0"