| Categories |
CategoriesHPPC General Purpose Libraries High Performance Search Business Logic Libraries |
|---|---|
| GroupId | GroupIdcom.carrotsearch |
| ArtifactId | ArtifactIdhppc |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hppc-0.4.0.pom | |
| hppc-0.4.0.jar | 1 MB |
| hppc-0.4.0-sources.jar | 1004 KB |
| hppc-0.4.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch/hppc/ -->
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch/hppc/
implementation 'com.carrotsearch:hppc:0.4.0'
// https://jarcasting.com/artifacts/com.carrotsearch/hppc/
implementation ("com.carrotsearch:hppc:0.4.0")
'com.carrotsearch:hppc:jar:0.4.0'
<dependency org="com.carrotsearch" name="hppc" rev="0.4.0">
<artifact name="hppc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch', module='hppc', version='0.4.0')
)
libraryDependencies += "com.carrotsearch" % "hppc" % "0.4.0"
[com.carrotsearch/hppc "0.4.0"]