MVN

org.jreleaser : jdks-maven-plugin

Maven & Gradle

Jun 27, 2023
895 stars

jreleaser · JDK Downloader Maven Plugin

<dependency>
    <groupId>org.jreleaser</groupId>
    <artifactId>jdks-maven-plugin</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jreleaser : jdks-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Release Candidate: 1.0.0-RC2

All Versions

Choose a version of org.jreleaser : jdks-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
jdks-maven-plugin-1.7.0
1.6.x
jdks-maven-plugin-1.6.0
1.5.x
jdks-maven-plugin-1.5.1
jdks-maven-plugin-1.5.0
1.4.x
jdks-maven-plugin-1.4.0
1.3.x
jdks-maven-plugin-1.3.1
jdks-maven-plugin-1.3.0
1.2.x
jdks-maven-plugin-1.2.0
1.1.x
jdks-maven-plugin-1.1.0
1.0.x
jdks-maven-plugin-1.0.0
jdks-maven-plugin-1.0.0-RC2
jdks-maven-plugin-1.0.0-RC1
jdks-maven-plugin-1.0.0-M3
jdks-maven-plugin-1.0.0-M2
jdks-maven-plugin-1.0.0-M1
0.10.x
jdks-maven-plugin-0.10.0
0.9.x
jdks-maven-plugin-0.9.1
jdks-maven-plugin-0.9.0
0.8.x
jdks-maven-plugin-0.8.0
0.7.x
jdks-maven-plugin-0.7.0
0.6.x
jdks-maven-plugin-0.6.0
0.5.x
jdks-maven-plugin-0.5.0
0.4.x
jdks-maven-plugin-0.4.0
0.3.x
jdks-maven-plugin-0.3.0

How to add a dependency to Maven

Add the following org.jreleaser : jdks-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jreleaser</groupId>
    <artifactId>jdks-maven-plugin</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jreleaser : jdks-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.jreleaser:jdks-maven-plugin:1.7.0'

Gradle Kotlin DSL: Add the following org.jreleaser : jdks-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jreleaser:jdks-maven-plugin:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jreleaser : jdks-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jreleaser" % "jdks-maven-plugin" % "1.7.0"

Advertisement