MVN

com.google.cloud : native-image-support-parent

Maven & Gradle

May 18, 2022
80 stars

Google Cloud GraalVM Support Parent · The parent POM of the project providing Google Cloud GraalVM support.

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>native-image-support-parent</artifactId>
    <version>0.14.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud : native-image-support-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.14.1

All Versions

Choose a version of com.google.cloud : native-image-support-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.14.x
native-image-support-parent-0.14.1
native-image-support-parent-0.14.0
0.10.x
native-image-support-parent-0.10.0
0.9.x
native-image-support-parent-0.9.0
0.8.x
native-image-support-parent-0.8.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>native-image-support-parent</artifactId>
    <version>0.14.1</version>
</dependency>

Advertisement