MVN

uk.org.facetus : intt

Maven & Gradle

Jun 29, 2020
1 usages

intt · A library for tokenising Java identifier names

<dependency>
    <groupId>uk.org.facetus</groupId>
    <artifactId>intt</artifactId>
    <version>0.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.8.11

All Versions

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

Version Vulnerabilities Updated
0.8.x
intt-0.8.11
intt-0.8.10
intt-0.8.9
intt-0.8.8
intt-0.8.7
intt-0.8.6
intt-0.8.4
intt-0.8.3
intt-0.8.2
intt-0.8.1
intt-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.org.facetus</groupId>
    <artifactId>intt</artifactId>
    <version>0.8.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'uk.org.facetus:intt:0.8.11'

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

implementation("uk.org.facetus:intt:0.8.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "uk.org.facetus" % "intt" % "0.8.11"

Advertisement