Categories |
CategoriesJava Languages CLI User Interface Zulu |
---|---|
GroupId | GroupIdhu.blackbelt.judo.eclipse.jdk.zulu |
ArtifactId | ArtifactIdparent |
Version | Version8.0.242 |
Type | Typepom |
Filename | Size |
---|---|
parent-8.0.242.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.blackbelt.judo.eclipse.jdk.zulu/parent/ -->
<dependency>
<groupId>hu.blackbelt.judo.eclipse.jdk.zulu</groupId>
<artifactId>parent</artifactId>
<version>8.0.242</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.judo.eclipse.jdk.zulu/parent/
implementation 'hu.blackbelt.judo.eclipse.jdk.zulu:parent:8.0.242'
// https://jarcasting.com/artifacts/hu.blackbelt.judo.eclipse.jdk.zulu/parent/
implementation ("hu.blackbelt.judo.eclipse.jdk.zulu:parent:8.0.242")
'hu.blackbelt.judo.eclipse.jdk.zulu:parent:pom:8.0.242'
<dependency org="hu.blackbelt.judo.eclipse.jdk.zulu" name="parent" rev="8.0.242">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.judo.eclipse.jdk.zulu', module='parent', version='8.0.242')
)
libraryDependencies += "hu.blackbelt.judo.eclipse.jdk.zulu" % "parent" % "8.0.242"
[hu.blackbelt.judo.eclipse.jdk.zulu/parent "8.0.242"]