Categories |
CategoriesGraal Native Development Tools |
---|---|
GroupId | GroupIdorg.graalvm.nativeimage |
ArtifactId | ArtifactIdobjectfile |
Version | Version20.3.0 |
Type | Typejar |
Filename | Size |
---|---|
objectfile-20.3.0.pom | |
objectfile-20.3.0.jar | 972 KB |
objectfile-20.3.0-sources.jar | 236 KB |
objectfile-20.3.0-javadoc.jar | 555 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.nativeimage/objectfile/ -->
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>objectfile</artifactId>
<version>20.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/objectfile/
implementation 'org.graalvm.nativeimage:objectfile:20.3.0'
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/objectfile/
implementation ("org.graalvm.nativeimage:objectfile:20.3.0")
'org.graalvm.nativeimage:objectfile:jar:20.3.0'
<dependency org="org.graalvm.nativeimage" name="objectfile" rev="20.3.0">
<artifact name="objectfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.nativeimage', module='objectfile', version='20.3.0')
)
libraryDependencies += "org.graalvm.nativeimage" % "objectfile" % "20.3.0"
[org.graalvm.nativeimage/objectfile "20.3.0"]