MVN

com.blackducksoftware.integration : phone-home-client

Maven & Gradle

Dec 21, 2019
4 usages
0 stars

phone-home-client · A library to consolidate phoning home to track usage and other analytics.

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

Latest Version

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

  • Latest Stable: 0.21.12

All Versions

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

Version Vulnerabilities Updated
0.21.x
phone-home-client-0.21.12
phone-home-client-0.21.11
phone-home-client-0.21.10
phone-home-client-0.21.9
phone-home-client-0.21.8
phone-home-client-0.21.7
phone-home-client-0.21.6
phone-home-client-0.21.5
phone-home-client-0.21.4
phone-home-client-0.21.3
phone-home-client-0.21.2
phone-home-client-0.21.1
phone-home-client-0.21.0
0.20.x
phone-home-client-0.20.0
0.19.x
phone-home-client-0.19.3
phone-home-client-0.19.2
phone-home-client-0.19.1
phone-home-client-0.19.0
0.18.x
phone-home-client-0.18.0
0.17.x
phone-home-client-0.17.0
0.16.x
phone-home-client-0.16.0
0.15.x
phone-home-client-0.15.4
phone-home-client-0.15.3
phone-home-client-0.15.2
phone-home-client-0.15.1
phone-home-client-0.15.0
0.14.x
phone-home-client-0.14.0
0.13.x
phone-home-client-0.13.2
phone-home-client-0.13.1
phone-home-client-0.13.0
0.12.x
phone-home-client-0.12.0
0.11.x
phone-home-client-0.11.1
phone-home-client-0.11.0
0.10.x
phone-home-client-0.10.0
0.9.x
phone-home-client-0.9.1
phone-home-client-0.9.0
0.8.x
phone-home-client-0.8.1
phone-home-client-0.8.0
0.7.x
phone-home-client-0.7.0
0.6.x
phone-home-client-0.6.3
phone-home-client-0.6.2
phone-home-client-0.6.1
phone-home-client-0.6.0
0.5.x
phone-home-client-0.5.0
0.4.x
phone-home-client-0.4.0
0.3.x
phone-home-client-0.3.0
0.2.x
phone-home-client-0.2.0
0.1.x
phone-home-client-0.1.1
phone-home-client-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>phone-home-client</artifactId>
    <version>0.21.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.blackducksoftware.integration:phone-home-client:0.21.12'

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

implementation("com.blackducksoftware.integration:phone-home-client:0.21.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.blackducksoftware.integration" % "phone-home-client" % "0.21.12"