Files download
File Operation
library-support-19.0.0.jar download
library-support-19.0.0.pom download
library-support-19.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.substratevm</groupId>
  <artifactId>library-support</artifactId>
  <version>19.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.substratevm:library-support:19.0.0'
Gradle Kotlin
implementation("com.oracle.substratevm:library-support:19.0.0")
Scala SBT
libraryDependencies += "com.oracle.substratevm" % "library-support" % "19.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.substratevm', module='library-support', version='19.0.0')
)
Apache Ivy
<dependency org="com.oracle.substratevm" name="library-support" rev="19.0.0" />
Leiningen
[com.oracle.substratevm/library-support "19.0.0"]
Apache Buildr
'com.oracle.substratevm:library-support:jar:19.0.0'