License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface Zulu |
GroupId | GroupIdhu.blackbelt.judo.eclipse.jdk.zulu |
ArtifactId | ArtifactIdjdk-bundles |
Version | Version11.0.8 |
Type | Typepom |
Description |
DescriptionZulu JDK for Eclipse
|
Filename | Size |
---|---|
jdk-bundles-11.0.8.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.blackbelt.judo.eclipse.jdk.zulu/jdk-bundles/ -->
<dependency>
<groupId>hu.blackbelt.judo.eclipse.jdk.zulu</groupId>
<artifactId>jdk-bundles</artifactId>
<version>11.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.judo.eclipse.jdk.zulu/jdk-bundles/
implementation 'hu.blackbelt.judo.eclipse.jdk.zulu:jdk-bundles:11.0.8'
// https://jarcasting.com/artifacts/hu.blackbelt.judo.eclipse.jdk.zulu/jdk-bundles/
implementation ("hu.blackbelt.judo.eclipse.jdk.zulu:jdk-bundles:11.0.8")
'hu.blackbelt.judo.eclipse.jdk.zulu:jdk-bundles:pom:11.0.8'
<dependency org="hu.blackbelt.judo.eclipse.jdk.zulu" name="jdk-bundles" rev="11.0.8">
<artifact name="jdk-bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.judo.eclipse.jdk.zulu', module='jdk-bundles', version='11.0.8')
)
libraryDependencies += "hu.blackbelt.judo.eclipse.jdk.zulu" % "jdk-bundles" % "11.0.8"
[hu.blackbelt.judo.eclipse.jdk.zulu/jdk-bundles "11.0.8"]