MVN

com.9ls : common-util

Maven & Gradle

Feb 27, 2023
0 stars

nls-common-util · Common utility classes

<dependency>
    <groupId>com.9ls</groupId>
    <artifactId>common-util</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.9ls : common-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of com.9ls : common-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
common-util-1.0.12
common-util-1.0.10
common-util-1.0.9
common-util-1.0.8
common-util-1.0.7
common-util-1.0.6
common-util-1.0.5
common-util-1.0.3
common-util-1.0.2
common-util-1.0.1
common-util-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.9ls</groupId>
    <artifactId>common-util</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.9ls : common-util gradle dependency to your build.gradle file:

implementation 'com.9ls:common-util:1.0.12'

Gradle Kotlin DSL: Add the following com.9ls : common-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.9ls:common-util:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.9ls : common-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.9ls" % "common-util" % "1.0.12"

Advertisement