| GroupId | GroupIdcom.oracle.substratevm |
|---|---|
| ArtifactId | ArtifactIdsvm-driver |
| Version | Version1.0.0-rc11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| svm-driver-1.0.0-rc11.pom | |
| svm-driver-1.0.0-rc11.jar | 196 KB |
| svm-driver-1.0.0-rc11-sources.jar | 141 KB |
| svm-driver-1.0.0-rc11-javadoc.jar | 165 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-rc11</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.substratevm/svm-driver/
implementation 'com.oracle.substratevm:svm-driver:1.0.0-rc11'
// https://jarcasting.com/artifacts/com.oracle.substratevm/svm-driver/
implementation ("com.oracle.substratevm:svm-driver:1.0.0-rc11")
'com.oracle.substratevm:svm-driver:jar:1.0.0-rc11'
<dependency org="com.oracle.substratevm" name="svm-driver" rev="1.0.0-rc11">
<artifact name="svm-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.substratevm', module='svm-driver', version='1.0.0-rc11')
)
libraryDependencies += "com.oracle.substratevm" % "svm-driver" % "1.0.0-rc11"
[com.oracle.substratevm/svm-driver "1.0.0-rc11"]