MVN

org.nkjmlab : nkjmlab-utils-core

Maven & Gradle

Aug 23, 2023
3 usages

nkjmlab-utils-core · Utilities for nkjmlab software

<dependency>
    <groupId>org.nkjmlab</groupId>
    <artifactId>nkjmlab-utils-core</artifactId>
    <version>0.10.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nkjmlab : nkjmlab-utils-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.2

All Versions

Choose a version of org.nkjmlab : nkjmlab-utils-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
nkjmlab-utils-core-0.10.2
nkjmlab-utils-core-0.10.0
0.9.x
nkjmlab-utils-core-0.9.6
nkjmlab-utils-core-0.9.5
nkjmlab-utils-core-0.9.3
nkjmlab-utils-core-0.9.2
nkjmlab-utils-core-0.9.1
nkjmlab-utils-core-0.9.0
0.8.x
nkjmlab-utils-core-0.8.6
nkjmlab-utils-core-0.8.5
nkjmlab-utils-core-0.8.3
nkjmlab-utils-core-0.8.2
nkjmlab-utils-core-0.8.1
nkjmlab-utils-core-0.8.0
0.1.x
nkjmlab-utils-core-0.1.8
nkjmlab-utils-core-0.1.7
nkjmlab-utils-core-0.1.6
nkjmlab-utils-core-0.1.5
nkjmlab-utils-core-0.1.4
nkjmlab-utils-core-0.1.3
nkjmlab-utils-core-0.1.2
nkjmlab-utils-core-0.1.1
nkjmlab-utils-core-0.1.0

How to add a dependency to Maven

Add the following org.nkjmlab : nkjmlab-utils-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nkjmlab</groupId>
    <artifactId>nkjmlab-utils-core</artifactId>
    <version>0.10.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nkjmlab : nkjmlab-utils-core gradle dependency to your build.gradle file:

implementation 'org.nkjmlab:nkjmlab-utils-core:0.10.2'

Gradle Kotlin DSL: Add the following org.nkjmlab : nkjmlab-utils-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nkjmlab:nkjmlab-utils-core:0.10.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nkjmlab : nkjmlab-utils-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nkjmlab" % "nkjmlab-utils-core" % "0.10.2"

Advertisement