Jar examples for f:fastutil
fastutil extends the Java? Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; it also includes a fast I/O API for binary and text files. It is free software distributed under the GNU Lesser General Public License. This packaging is not provided by the original developer, so do not contact him about Maven package issues.
You can download jar file fastutil 7.0.9 in this page.
GNU Lesser General Public License (LGPL) 2.1 or later
You can use the following script to add fastutil-7.0.9.jar to your project.
<dependency> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> <version>7.0.9</version> </dependency>
compile group: 'it.unimi.dsi', name: 'fastutil', version: '7.0.9'
libraryDependencies += "it.unimi.dsi" % "fastutil" % "7.0.9"
<dependency org="it.unimi.dsi" name="fastutil" rev="7.0.9"/>
@Grapes(@Grab(group='it.unimi.dsi', module='fastutil', version='7.0.9'))
'it.unimi.dsi:fastutil:jar:7.0.9'
Click the following link to download the jar file.
fastutil-7.0.9-javadoc.jar