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