Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdcom.oracle.substratevm |
ArtifactId | ArtifactIdgraal-hotspot-library |
Version | Version1.0.0-rc14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.oracle.substratevm/graal-hotspot-library/ -->
<dependency>
<groupId>com.oracle.substratevm</groupId>
<artifactId>graal-hotspot-library</artifactId>
<version>1.0.0-rc14</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.substratevm/graal-hotspot-library/
implementation 'com.oracle.substratevm:graal-hotspot-library:1.0.0-rc14'
// https://jarcasting.com/artifacts/com.oracle.substratevm/graal-hotspot-library/
implementation ("com.oracle.substratevm:graal-hotspot-library:1.0.0-rc14")
'com.oracle.substratevm:graal-hotspot-library:jar:1.0.0-rc14'
<dependency org="com.oracle.substratevm" name="graal-hotspot-library" rev="1.0.0-rc14">
<artifact name="graal-hotspot-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.substratevm', module='graal-hotspot-library', version='1.0.0-rc14')
)
libraryDependencies += "com.oracle.substratevm" % "graal-hotspot-library" % "1.0.0-rc14"
[com.oracle.substratevm/graal-hotspot-library "1.0.0-rc14"]