is not current version
Last Version 5.0.0

com.blackducksoftware.integration:common-maven-parent 2.2.5

The parent pom for oss Black Duck Software libraries and integrations.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.blackducksoftware.integration
ArtifactId

ArtifactId

common-maven-parent
Version

Version

2.2.5
Type

Type

pom

Download common-maven-parent 2.2.5


<!-- https://jarcasting.com/artifacts/com.blackducksoftware.integration/common-maven-parent/ -->
<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>common-maven-parent</artifactId>
    <version>2.2.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.blackducksoftware.integration/common-maven-parent/
implementation 'com.blackducksoftware.integration:common-maven-parent:2.2.5'
// https://jarcasting.com/artifacts/com.blackducksoftware.integration/common-maven-parent/
implementation ("com.blackducksoftware.integration:common-maven-parent:2.2.5")
'com.blackducksoftware.integration:common-maven-parent:pom:2.2.5'
<dependency org="com.blackducksoftware.integration" name="common-maven-parent" rev="2.2.5">
  <artifact name="common-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.blackducksoftware.integration', module='common-maven-parent', version='2.2.5')
)
libraryDependencies += "com.blackducksoftware.integration" % "common-maven-parent" % "2.2.5"
[com.blackducksoftware.integration/common-maven-parent "2.2.5"]