Download fastutil-6.3.jar file - Jar f

Jar examples for f:fastutil

Description

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 6.3 in this page.

License

GNU Lesser General Public License (LGPL) 2.1 or later

Build File

You can use the following script to add fastutil-6.3.jar to your project.

<dependency>
   <groupId>it.unimi.dsi</groupId>
   <artifactId>fastutil</artifactId>
   <version>6.3</version>
</dependency>
compile group: 'it.unimi.dsi', name: 'fastutil', version: '6.3'
libraryDependencies += "it.unimi.dsi" % "fastutil" % "6.3"
<dependency org="it.unimi.dsi" name="fastutil" rev="6.3"/>
@Grapes(@Grab(group='it.unimi.dsi', module='fastutil', version='6.3'))
'it.unimi.dsi:fastutil:jar:6.3'

Download

Click the following link to download the jar file.

fastutil-6.3-javadoc.jar
fastutil-6.3-sources.jar
fastutil-6.3.jar
fastutil-6.3.pom



Related Tutorials