GroupId | GroupIdcom.oracle.substratevm |
---|---|
ArtifactId | ArtifactIdobjectfile |
Version | Version1.0.0-rc9 |
Type | Typejar |
Filename | Size |
---|---|
objectfile-1.0.0-rc9.pom | |
objectfile-1.0.0-rc9.jar | 748 KB |
objectfile-1.0.0-rc9-sources.jar | 525 KB |
objectfile-1.0.0-rc9-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.substratevm/objectfile/ -->
<dependency>
<groupId>com.oracle.substratevm</groupId>
<artifactId>objectfile</artifactId>
<version>1.0.0-rc9</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.substratevm/objectfile/
implementation 'com.oracle.substratevm:objectfile:1.0.0-rc9'
// https://jarcasting.com/artifacts/com.oracle.substratevm/objectfile/
implementation ("com.oracle.substratevm:objectfile:1.0.0-rc9")
'com.oracle.substratevm:objectfile:jar:1.0.0-rc9'
<dependency org="com.oracle.substratevm" name="objectfile" rev="1.0.0-rc9">
<artifact name="objectfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.substratevm', module='objectfile', version='1.0.0-rc9')
)
libraryDependencies += "com.oracle.substratevm" % "objectfile" % "1.0.0-rc9"
[com.oracle.substratevm/objectfile "1.0.0-rc9"]