Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.whitesource |
ArtifactId | ArtifactIdwhitesource-maven-parent |
Version | Version19.5.1 |
Type | Typepom |
Filename | Size |
---|---|
whitesource-maven-parent-19.5.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>19.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.whitesource/whitesource-maven-parent/
implementation 'org.whitesource:whitesource-maven-parent:19.5.1'
// https://jarcasting.com/artifacts/org.whitesource/whitesource-maven-parent/
implementation ("org.whitesource:whitesource-maven-parent:19.5.1")
'org.whitesource:whitesource-maven-parent:pom:19.5.1'
<dependency org="org.whitesource" name="whitesource-maven-parent" rev="19.5.1">
<artifact name="whitesource-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.whitesource', module='whitesource-maven-parent', version='19.5.1')
)
libraryDependencies += "org.whitesource" % "whitesource-maven-parent" % "19.5.1"
[org.whitesource/whitesource-maven-parent "19.5.1"]