Download hppc-0.7.2.jar file - Jar h

Jar examples for h:hppc

Description

High Performance Primitive Collections. Fundamental data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution.

You can download jar file hppc 0.7.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hppc-0.7.2.jar to your project.

<dependency>
   <groupId>com.carrotsearch</groupId>
   <artifactId>hppc</artifactId>
   <version>0.7.2</version>
</dependency>
compile group: 'com.carrotsearch', name: 'hppc', version: '0.7.2'
libraryDependencies += "com.carrotsearch" % "hppc" % "0.7.2"
<dependency org="com.carrotsearch" name="hppc" rev="0.7.2"/>
@Grapes(@Grab(group='com.carrotsearch', module='hppc', version='0.7.2'))
'com.carrotsearch:hppc:jar:0.7.2'

Download

Click the following link to download the jar file.

hppc-0.7.2-esoteric-sources.jar
hppc-0.7.2-esoteric.jar
hppc-0.7.2-javadoc.jar
hppc-0.7.2-sources.jar
hppc-0.7.2.jar
hppc-0.7.2.pom



Related Tutorials