License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.whitesource |
ArtifactId | ArtifactIdwhitesource-maven-parent |
Last Version | Last Version20.7.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionwhitesource-maven-parent
Maven plugin to send open source software usage updates to WhiteSource.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
whitesource-maven-parent-20.7.1.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whitesource/whitesource-maven-parent/ -->
<dependency>
<groupId>org.whitesource</groupId>
<artifactId>whitesource-maven-parent</artifactId>
<version>20.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.whitesource/whitesource-maven-parent/
implementation 'org.whitesource:whitesource-maven-parent:20.7.1'
// https://jarcasting.com/artifacts/org.whitesource/whitesource-maven-parent/
implementation ("org.whitesource:whitesource-maven-parent:20.7.1")
'org.whitesource:whitesource-maven-parent:pom:20.7.1'
<dependency org="org.whitesource" name="whitesource-maven-parent" rev="20.7.1">
<artifact name="whitesource-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.whitesource', module='whitesource-maven-parent', version='20.7.1')
)
libraryDependencies += "org.whitesource" % "whitesource-maven-parent" % "20.7.1"
[org.whitesource/whitesource-maven-parent "20.7.1"]