License |
License |
---|---|
Categories |
CategoriesGraal Native Development Tools |
GroupId | GroupIdorg.graalvm.nativeimage |
ArtifactId | ArtifactIdobjectfile |
Last Version | Last Version22.1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionObjectfile
SubstrateVM object file writing library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
objectfile-22.1.0.1.pom | |
objectfile-22.1.0.1.jar | 791 KB |
objectfile-22.1.0.1-sources.jar | 538 KB |
objectfile-22.1.0.1-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.nativeimage/objectfile/ -->
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>objectfile</artifactId>
<version>22.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/objectfile/
implementation 'org.graalvm.nativeimage:objectfile:22.1.0.1'
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/objectfile/
implementation ("org.graalvm.nativeimage:objectfile:22.1.0.1")
'org.graalvm.nativeimage:objectfile:jar:22.1.0.1'
<dependency org="org.graalvm.nativeimage" name="objectfile" rev="22.1.0.1">
<artifact name="objectfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.nativeimage', module='objectfile', version='22.1.0.1')
)
libraryDependencies += "org.graalvm.nativeimage" % "objectfile" % "22.1.0.1"
[org.graalvm.nativeimage/objectfile "22.1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.compiler : compiler | jar | 22.1.0.1 |