MVN

io.thorntail.jdk-specific : thorntail-jdk-specific

Maven & Gradle

Jan 22, 2021
5 usages
0 stars
<dependency>
    <groupId>io.thorntail.jdk-specific</groupId>
    <artifactId>thorntail-jdk-specific</artifactId>
    <version>4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thorntail.jdk-specific : thorntail-jdk-specific to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4

All Versions

Choose a version of io.thorntail.jdk-specific : thorntail-jdk-specific to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4
thorntail-jdk-specific-4
3
thorntail-jdk-specific-3
2
thorntail-jdk-specific-2
1
thorntail-jdk-specific-1

How to add a dependency to Maven

Add the following io.thorntail.jdk-specific : thorntail-jdk-specific maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thorntail.jdk-specific</groupId>
    <artifactId>thorntail-jdk-specific</artifactId>
    <version>4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thorntail.jdk-specific : thorntail-jdk-specific gradle dependency to your build.gradle file:

implementation 'io.thorntail.jdk-specific:thorntail-jdk-specific:4'

Gradle Kotlin DSL: Add the following io.thorntail.jdk-specific : thorntail-jdk-specific gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thorntail.jdk-specific:thorntail-jdk-specific:4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thorntail.jdk-specific : thorntail-jdk-specific sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thorntail.jdk-specific" % "thorntail-jdk-specific" % "4"

Advertisement