<dependency> <groupId>com.carrotsearch</groupId> <artifactId>hppc</artifactId> <version>0.3.4</version> </dependency>
implementation 'com.carrotsearch:hppc:0.3.4'
implementation("com.carrotsearch:hppc:0.3.4")
libraryDependencies += "com.carrotsearch" % "hppc" % "0.3.4"
@Grapes( @Grab(group='com.carrotsearch', module='hppc', version='0.3.4') )
<dependency org="com.carrotsearch" name="hppc" rev="0.3.4" />
[com.carrotsearch/hppc "0.3.4"]
'com.carrotsearch:hppc:jar:0.3.4'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>5</version> </parent>
test
|-- junit:junit:4.7
|-- com.carrotsearch:junit-benchmarks:0.2.1
|-- com.h2database:h2:1.2.147