is not current version
Last Version 22.1.0.1

org.graalvm.nativeimage:objectfile 22.1.0

SubstrateVM object file writing library

Categories

Categories

Graal Native Development Tools
GroupId

GroupId

org.graalvm.nativeimage
ArtifactId

ArtifactId

objectfile
Version

Version

22.1.0
Type

Type

jar

Download objectfile 22.1.0


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