GroupId | GroupIdorg.purplejrank |
---|---|
ArtifactId | ArtifactIdpurplejrank-parent |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
purplejrank-parent-1.0.pom | 3 KB |
purplejrank-parent-1.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.purplejrank/purplejrank-parent/ -->
<dependency>
<groupId>org.purplejrank</groupId>
<artifactId>purplejrank-parent</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.purplejrank/purplejrank-parent/
implementation 'org.purplejrank:purplejrank-parent:1.0'
// https://jarcasting.com/artifacts/org.purplejrank/purplejrank-parent/
implementation ("org.purplejrank:purplejrank-parent:1.0")
'org.purplejrank:purplejrank-parent:jar:1.0'
<dependency org="org.purplejrank" name="purplejrank-parent" rev="1.0">
<artifact name="purplejrank-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.purplejrank', module='purplejrank-parent', version='1.0')
)
libraryDependencies += "org.purplejrank" % "purplejrank-parent" % "1.0"
[org.purplejrank/purplejrank-parent "1.0"]