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