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