License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.google.cloud |
ArtifactId | ArtifactIdnative-image-support |
Last Version | Last Version0.14.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe parent POM of the project providing Google Cloud GraalVM support.
|
<!-- https://jarcasting.com/artifacts/com.google.cloud/native-image-support/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-support</artifactId>
<version>0.14.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/native-image-support/
implementation 'com.google.cloud:native-image-support:0.14.1'
// https://jarcasting.com/artifacts/com.google.cloud/native-image-support/
implementation ("com.google.cloud:native-image-support:0.14.1")
'com.google.cloud:native-image-support:jar:0.14.1'
<dependency org="com.google.cloud" name="native-image-support" rev="0.14.1">
<artifact name="native-image-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='native-image-support', version='0.14.1')
)
libraryDependencies += "com.google.cloud" % "native-image-support" % "0.14.1"
[com.google.cloud/native-image-support "0.14.1"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar | 21.3.2 |
io.grpc : grpc-netty-shaded | jar | 1.46.0 |