| Категории |
КатегорииGraal |
|---|---|
| Группа | Группаcom.oracle.substratevm |
| Идентификатор | Идентификаторgraal-hotspot-library |
| Версия | Версия1.0.0-rc13 |
| Тип | Типjar |
<!-- 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-rc13</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.substratevm/graal-hotspot-library/
implementation 'com.oracle.substratevm:graal-hotspot-library:1.0.0-rc13'
// https://jarcasting.com/artifacts/com.oracle.substratevm/graal-hotspot-library/
implementation ("com.oracle.substratevm:graal-hotspot-library:1.0.0-rc13")
'com.oracle.substratevm:graal-hotspot-library:jar:1.0.0-rc13'
<dependency org="com.oracle.substratevm" name="graal-hotspot-library" rev="1.0.0-rc13">
<artifact name="graal-hotspot-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.substratevm', module='graal-hotspot-library', version='1.0.0-rc13')
)
libraryDependencies += "com.oracle.substratevm" % "graal-hotspot-library" % "1.0.0-rc13"
[com.oracle.substratevm/graal-hotspot-library "1.0.0-rc13"]