MVN

com.gitee.nowtd : nowtd-java-tools

Maven & Gradle

Apr 19, 2020

jtools · a java tools

<dependency>
    <groupId>com.gitee.nowtd</groupId>
    <artifactId>nowtd-java-tools</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.nowtd : nowtd-java-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of com.gitee.nowtd : nowtd-java-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
nowtd-java-tools-1.9
1.0.x
nowtd-java-tools-1.0.9
nowtd-java-tools-1.0.8
nowtd-java-tools-1.0.0.8

How to add a dependency to Maven

Add the following com.gitee.nowtd : nowtd-java-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.nowtd</groupId>
    <artifactId>nowtd-java-tools</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.nowtd : nowtd-java-tools gradle dependency to your build.gradle file:

implementation 'com.gitee.nowtd:nowtd-java-tools:1.9'

Gradle Kotlin DSL: Add the following com.gitee.nowtd : nowtd-java-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.nowtd:nowtd-java-tools:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.nowtd : nowtd-java-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.nowtd" % "nowtd-java-tools" % "1.9"