| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.blackducksoftware.integration |
| ArtifactId | ArtifactIdphone-home-client |
| Version | Version0.11.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| phone-home-client-0.11.1.pom | |
| phone-home-client-0.11.1.jar | 13 KB |
| phone-home-client-0.11.1-sources.jar | 9 KB |
| phone-home-client-0.11.1-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.blackducksoftware.integration/phone-home-client/ -->
<dependency>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>phone-home-client</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.blackducksoftware.integration/phone-home-client/
implementation 'com.blackducksoftware.integration:phone-home-client:0.11.1'
// https://jarcasting.com/artifacts/com.blackducksoftware.integration/phone-home-client/
implementation ("com.blackducksoftware.integration:phone-home-client:0.11.1")
'com.blackducksoftware.integration:phone-home-client:jar:0.11.1'
<dependency org="com.blackducksoftware.integration" name="phone-home-client" rev="0.11.1">
<artifact name="phone-home-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blackducksoftware.integration', module='phone-home-client', version='0.11.1')
)
libraryDependencies += "com.blackducksoftware.integration" % "phone-home-client" % "0.11.1"
[com.blackducksoftware.integration/phone-home-client "0.11.1"]