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