License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface Zulu |
GroupId | GroupIdhu.blackbelt.judo.eclipse.jdk.zulu |
ArtifactId | ArtifactIdparent |
Version | Version11.0.8 |
Type | Typepom |
Description |
DescriptionBundled Zulu Java JDK
Zulu JDK for Eclipse
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-11.0.8.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>11.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.judo.eclipse.jdk.zulu/parent/
implementation 'hu.blackbelt.judo.eclipse.jdk.zulu:parent:11.0.8'
// https://jarcasting.com/artifacts/hu.blackbelt.judo.eclipse.jdk.zulu/parent/
implementation ("hu.blackbelt.judo.eclipse.jdk.zulu:parent:11.0.8")
'hu.blackbelt.judo.eclipse.jdk.zulu:parent:pom:11.0.8'
<dependency org="hu.blackbelt.judo.eclipse.jdk.zulu" name="parent" rev="11.0.8">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.judo.eclipse.jdk.zulu', module='parent', version='11.0.8')
)
libraryDependencies += "hu.blackbelt.judo.eclipse.jdk.zulu" % "parent" % "11.0.8"
[hu.blackbelt.judo.eclipse.jdk.zulu/parent "11.0.8"]