<dependency> <groupId>com.carrotsearch</groupId> <artifactId>hppc</artifactId> <version>0.4.3</version> </dependency>
implementation 'com.carrotsearch:hppc:0.4.3'
implementation("com.carrotsearch:hppc:0.4.3")
libraryDependencies += "com.carrotsearch" % "hppc" % "0.4.3"
@Grapes( @Grab(group='com.carrotsearch', module='hppc', version='0.4.3') )
<dependency org="com.carrotsearch" name="hppc" rev="0.4.3" />
[com.carrotsearch/hppc "0.4.3"]
'com.carrotsearch:hppc:jar:0.4.3'
<parent> <groupId>com.carrotsearch</groupId> <artifactId>hppc-parent</artifactId> <version>0.4.3</version> </parent>
compile
|-- com.google.guava:guava
test
|-- junit:junit