is not current version
Last Version 19.2.1

com.oracle.substratevm:objectfile 1.0.0-rc12

SubstrateVM object file writing library

GroupId

GroupId

com.oracle.substratevm
ArtifactId

ArtifactId

objectfile
Version

Version

1.0.0-rc12
Type

Type

jar

Download objectfile 1.0.0-rc12


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