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