MVN

uk.org.facetus : idtk-j

Maven & Gradle

Jul 02, 2020
2 usages

idtk-j · A library of utility classes for working with Java identifier names

<dependency>
    <groupId>uk.org.facetus</groupId>
    <artifactId>idtk-j</artifactId>
    <version>0.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.facetus : idtk-j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.6

All Versions

Choose a version of uk.org.facetus : idtk-j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
idtk-j-0.5.6
idtk-j-0.5.5
idtk-j-0.5.4
idtk-j-0.5.3
idtk-j-0.5.2
idtk-j-0.5.1
idtk-j-0.5.0

How to add a dependency to Maven

Add the following uk.org.facetus : idtk-j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.org.facetus</groupId>
    <artifactId>idtk-j</artifactId>
    <version>0.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.org.facetus : idtk-j gradle dependency to your build.gradle file:

implementation 'uk.org.facetus:idtk-j:0.5.6'

Gradle Kotlin DSL: Add the following uk.org.facetus : idtk-j gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.org.facetus:idtk-j:0.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.org.facetus : idtk-j sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.org.facetus" % "idtk-j" % "0.5.6"

Advertisement