Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.whitesource |
ArtifactId | ArtifactIdwhitesource-maven-parent |
Version | Version18.6.2 |
Type | Typepom |
Filename | Size |
---|---|
whitesource-maven-parent-18.6.2.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whitesource/whitesource-maven-parent/ -->
<dependency>
<groupId>org.whitesource</groupId>
<artifactId>whitesource-maven-parent</artifactId>
<version>18.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.whitesource/whitesource-maven-parent/
implementation 'org.whitesource:whitesource-maven-parent:18.6.2'
// https://jarcasting.com/artifacts/org.whitesource/whitesource-maven-parent/
implementation ("org.whitesource:whitesource-maven-parent:18.6.2")
'org.whitesource:whitesource-maven-parent:pom:18.6.2'
<dependency org="org.whitesource" name="whitesource-maven-parent" rev="18.6.2">
<artifact name="whitesource-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.whitesource', module='whitesource-maven-parent', version='18.6.2')
)
libraryDependencies += "org.whitesource" % "whitesource-maven-parent" % "18.6.2"
[org.whitesource/whitesource-maven-parent "18.6.2"]