blackduck-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.blackducksoftware.integration</groupId> <artifactId>blackduck-common</artifactId> <version>45.0.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.blackducksoftware.integration</groupId> <artifactId>blackduck-common</artifactId> <version>45.0.7</version> <name>blackduck-common</name> <description>A library for using various capabilities of Black Duck, notably the REST API and signature scanning.</description> <url>https://www.github.com/blackducksoftware/blackduck-common</url> <licenses> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>blackduckoss</id> <name>Black Duck OSS</name> <email>bdsoss@blackducksoftware.com</email> <organization>Black Duck Software, Inc.</organization> <organizationUrl>http://www.blackducksoftware.com</organizationUrl> <timezone>America/New_York</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/blackducksoftware/blackduck-common.git</connection> <developerConnection>scm:git:git@github.com:blackducksoftware/blackduck-common.git</developerConnection> <url>https://www.github.com/blackducksoftware/blackduck-common</url> </scm> <dependencies> <dependency> <groupId>com.blackducksoftware.integration</groupId> <artifactId>blackduck-common-api</artifactId> <version>2019.12.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.blackducksoftware.integration</groupId> <artifactId>integration-reporting</artifactId> <version>0.4.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.blackducksoftware.integration</groupId> <artifactId>integration-bdio</artifactId> <version>18.3.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.blackducksoftware.integration</groupId> <artifactId>phone-home-client</artifactId> <version>0.21.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.blackducksoftware.bdio</groupId> <artifactId>bdio2</artifactId> <version>3.0.0-beta.47</version> <scope>compile</scope> </dependency> </dependencies> </project>