| License | License | 
|---|---|
| Categories | CategoriesHPPC General Purpose Libraries High Performance Search Business Logic Libraries | 
| GroupId | GroupIdcom.carrotsearch | 
| ArtifactId | ArtifactIdhppc-parent | 
| Last Version | Last Version0.8.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionHPPC (parent POM) Parent POM for HPPC projects (High Performance Primitive Collections) | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| hppc-parent-0.8.2.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.carrotsearch/hppc-parent/ -->
<dependency>
    <groupId>com.carrotsearch</groupId>
    <artifactId>hppc-parent</artifactId>
    <version>0.8.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.carrotsearch/hppc-parent/
implementation 'com.carrotsearch:hppc-parent:0.8.2'// https://jarcasting.com/artifacts/com.carrotsearch/hppc-parent/
implementation ("com.carrotsearch:hppc-parent:0.8.2")'com.carrotsearch:hppc-parent:pom:0.8.2'<dependency org="com.carrotsearch" name="hppc-parent" rev="0.8.2">
  <artifact name="hppc-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.carrotsearch', module='hppc-parent', version='0.8.2')
)libraryDependencies += "com.carrotsearch" % "hppc-parent" % "0.8.2"[com.carrotsearch/hppc-parent "0.8.2"]