MVN

club.lemos : jtool

Maven & Gradle

Aug 16, 2023
0 stars

jtool · A set of tools for spring boot

<dependency>
    <groupId>club.lemos</groupId>
    <artifactId>jtool</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.lemos : jtool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of club.lemos : jtool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jtool-1.1.4
jtool-1.1.3
jtool-1.1.2
jtool-1.1.1
jtool-1.1.0
1.0.x
jtool-1.0.0-RC1

How to add a dependency to Maven

Add the following club.lemos : jtool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.lemos</groupId>
    <artifactId>jtool</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.lemos : jtool gradle dependency to your build.gradle file:

implementation 'club.lemos:jtool:1.1.4'

Gradle Kotlin DSL: Add the following club.lemos : jtool gradle kotlin dependency to your build.gradle.kts file:

implementation("club.lemos:jtool:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.lemos : jtool sbt scala dependency to your build.sbt file:

libraryDependencies += "club.lemos" % "jtool" % "1.1.4"

Advertisement