is not current version
Last Version 19.2.1

com.oracle.substratevm:objectfile 19.0.0

SubstrateVM object file writing library

GroupId

GroupId

com.oracle.substratevm
ArtifactId

ArtifactId

objectfile
Version

Version

19.0.0
Type

Type

jar

Download objectfile 19.0.0


<!-- https://jarcasting.com/artifacts/com.oracle.substratevm/objectfile/ -->
<dependency>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>objectfile</artifactId>
    <version>19.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.substratevm/objectfile/
implementation 'com.oracle.substratevm:objectfile:19.0.0'
// https://jarcasting.com/artifacts/com.oracle.substratevm/objectfile/
implementation ("com.oracle.substratevm:objectfile:19.0.0")
'com.oracle.substratevm:objectfile:jar:19.0.0'
<dependency org="com.oracle.substratevm" name="objectfile" rev="19.0.0">
  <artifact name="objectfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.substratevm', module='objectfile', version='19.0.0')
)
libraryDependencies += "com.oracle.substratevm" % "objectfile" % "19.0.0"
[com.oracle.substratevm/objectfile "19.0.0"]