MVN

io.github.terjouxanthony : jdk-downloader-maven-plugin

Maven & Gradle

May 21, 2021
0 stars

jdk-downloader-maven-plugin · Maven plugin to ease downloading and installation of AdoptOpenJdk java JDK's and JRE's

<plugin>
    <groupId>io.github.terjouxanthony</groupId>
    <artifactId>jdk-downloader-maven-plugin</artifactId>
    <version>0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.terjouxanthony : jdk-downloader-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of io.github.terjouxanthony : jdk-downloader-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
jdk-downloader-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.terjouxanthony</groupId>
    <artifactId>jdk-downloader-maven-plugin</artifactId>
    <version>0.0.1</version>
</plugin>

Advertisement