MVN

fastutil : fastutil

Maven & Gradle

Apr 20, 2007
16 usages

fastutil

<dependency>
    <groupId>fastutil</groupId>
    <artifactId>fastutil</artifactId>
    <version>5.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fastutil : fastutil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.9

All Versions

Choose a version of fastutil : fastutil to add to Maven or Gradle - All Versions:

  • Version Updated
  • fastutil-5.0.9

    Apr 20, 2007
  • fastutil-5.0.7

    Mar 06, 2007
  • fastutil-5.0.5

    Nov 16, 2006
  • fastutil-5.0.4

    Aug 26, 2006
  • fastutil-4.4.0

    Sep 20, 2005
  • fastutil-2.52

    Sep 20, 2005

How to add a dependency to Maven

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

<dependency>
    <groupId>fastutil</groupId>
    <artifactId>fastutil</artifactId>
    <version>5.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fastutil : fastutil gradle dependency to your build.gradle file:

implementation 'fastutil:fastutil:5.0.9'

Gradle Kotlin DSL: Add the following fastutil : fastutil gradle kotlin dependency to your build.gradle.kts file:

implementation("fastutil:fastutil:5.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following fastutil : fastutil sbt scala dependency to your build.sbt file:

libraryDependencies += "fastutil" % "fastutil" % "5.0.9"