License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.google.cloud |
ArtifactId | ArtifactIdnative-image-support-parent |
Last Version | Last Version0.14.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGoogle Cloud GraalVM Support Parent
The parent POM of the project providing Google Cloud GraalVM support.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
native-image-support-parent-0.14.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud/native-image-support-parent/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-support-parent</artifactId>
<version>0.14.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/native-image-support-parent/
implementation 'com.google.cloud:native-image-support-parent:0.14.1'
// https://jarcasting.com/artifacts/com.google.cloud/native-image-support-parent/
implementation ("com.google.cloud:native-image-support-parent:0.14.1")
'com.google.cloud:native-image-support-parent:pom:0.14.1'
<dependency org="com.google.cloud" name="native-image-support-parent" rev="0.14.1">
<artifact name="native-image-support-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='native-image-support-parent', version='0.14.1')
)
libraryDependencies += "com.google.cloud" % "native-image-support-parent" % "0.14.1"
[com.google.cloud/native-image-support-parent "0.14.1"]