MVN

io.github.hylexus.jt : jt-core

Maven & Gradle

Aug 20, 2023
2 usages
321 stars

jt-core · jt-core

<dependency>
    <groupId>io.github.hylexus.jt</groupId>
    <artifactId>jt-core</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hylexus.jt : jt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1
  • Latest Release Candidate: 2.1.1-RC3
  • Latest Beta: 2.2.0-beta1

All Versions

Choose a version of io.github.hylexus.jt : jt-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jt-core-2.2.0-beta1
2.1.x
jt-core-2.1.1
jt-core-2.1.1-RC3
jt-core-2.1.1-RC2
jt-core-2.1.1-RC1
jt-core-2.1.0
jt-core-2.1.0-RC2
jt-core-2.1.0-RC1
2.0.x
jt-core-2.0.3-RELEASE
jt-core-2.0.3-rc1
jt-core-2.0.2-RELEASE
jt-core-2.0.2-rc2
jt-core-2.0.2-rc1
jt-core-2.0.1-RELEASE
jt-core-2.0.0-RELEASE
1.0.x
jt-core-1.0.14-RELEASE
jt-core-1.0.13-RELEASE
jt-core-1.0.12-RELEASE
jt-core-1.0.11-RELEASE
jt-core-1.0.10-RELEASE
jt-core-1.0.9-RELEASE
jt-core-1.0.8-RELEASE
jt-core-1.0.7-RELEASE
jt-core-1.0.6-RELEASE
jt-core-1.0.5-RELEASE
jt-core-1.0.4-RELEASE
jt-core-1.0.3-RELEASE
jt-core-1.0.2-RELEASE
jt-core-1.0.1-RELEASE
jt-core-1.0.0-RELEASE

How to add a dependency to Maven

Add the following io.github.hylexus.jt : jt-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.hylexus.jt</groupId>
    <artifactId>jt-core</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.hylexus.jt : jt-core gradle dependency to your build.gradle file:

implementation 'io.github.hylexus.jt:jt-core:2.1.1'

Gradle Kotlin DSL: Add the following io.github.hylexus.jt : jt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.hylexus.jt:jt-core:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.hylexus.jt : jt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.hylexus.jt" % "jt-core" % "2.1.1"

Advertisement