MVN

it.unimi.dsi : fastutil-core

Maven & Gradle

Mar 07, 2023
23 usages
1.6k stars

fastutil · fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast operations; it provides also big (64-bit) arrays, sets, and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. This jar (fastutil-core.jar) contains data structures based on integers, longs, doubles, and objects, only; fastutil.jar contains all classes. If you have both jars in your dependencies, this jar should be excluded.

<dependency>
    <groupId>it.unimi.dsi</groupId>
    <artifactId>fastutil-core</artifactId>
    <version>8.5.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.unimi.dsi : fastutil-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.5.12

All Versions

Choose a version of it.unimi.dsi : fastutil-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.5.x
fastutil-core-8.5.12
fastutil-core-8.5.11
fastutil-core-8.5.9
fastutil-core-8.5.8
fastutil-core-8.5.7
fastutil-core-8.5.6
fastutil-core-8.5.5
fastutil-core-8.5.4
fastutil-core-8.5.3

How to add a dependency to Maven

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

<dependency>
    <groupId>it.unimi.dsi</groupId>
    <artifactId>fastutil-core</artifactId>
    <version>8.5.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.unimi.dsi : fastutil-core gradle dependency to your build.gradle file:

implementation 'it.unimi.dsi:fastutil-core:8.5.12'

Gradle Kotlin DSL: Add the following it.unimi.dsi : fastutil-core gradle kotlin dependency to your build.gradle.kts file:

implementation("it.unimi.dsi:fastutil-core:8.5.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.unimi.dsi : fastutil-core sbt scala dependency to your build.sbt file:

libraryDependencies += "it.unimi.dsi" % "fastutil-core" % "8.5.12"

Advertisement

Dependencies from Group

Mar 07, 2023
698 usages
1.6k stars
Mar 07, 2023
48 usages
22 stars
Mar 07, 2023
23 usages
1.6k stars
Mar 07, 2023
17 usages
Feb 01, 2021
9 usages
39 stars

Discover Dependencies

Mar 19, 2023
5 usages
0 stars
Sep 12, 2022
19 usages
0 stars
Jul 28, 2011
34 usages
Feb 28, 2023
25 usages
Aug 24, 2016
10 usages
Sep 30, 2017
38 usages
Apr 29, 2021
35 usages
7 stars
Jun 15, 2020
22 usages
1.6k stars
Apr 16, 2020
20 usages
60 stars