MVN

com.github.JoeKerouac : common-tools

Maven & Gradle

Aug 19, 2023

common-tools · 各种常用工具

<dependency>
    <groupId>com.github.JoeKerouac</groupId>
    <artifactId>common-tools</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.JoeKerouac : common-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of com.github.JoeKerouac : common-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
common-tools-2.0.4
common-tools-2.0.3
common-tools-2.0.2
1.0.x
common-tools-1.0.1
common-tools-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.JoeKerouac</groupId>
    <artifactId>common-tools</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.JoeKerouac : common-tools gradle dependency to your build.gradle file:

implementation 'com.github.JoeKerouac:common-tools:2.0.4'

Gradle Kotlin DSL: Add the following com.github.JoeKerouac : common-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.JoeKerouac:common-tools:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.JoeKerouac : common-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.JoeKerouac" % "common-tools" % "2.0.4"

Advertisement