<dependency> <groupId>com.carrotsearch</groupId> <artifactId>hppc</artifactId> <version>0.3.3</version> </dependency>
implementation 'com.carrotsearch:hppc:0.3.3'
implementation("com.carrotsearch:hppc:0.3.3")
libraryDependencies += "com.carrotsearch" % "hppc" % "0.3.3"
@Grapes( @Grab(group='com.carrotsearch', module='hppc', version='0.3.3') )
<dependency org="com.carrotsearch" name="hppc" rev="0.3.3" />
[com.carrotsearch/hppc "0.3.3"]
'com.carrotsearch:hppc:jar:0.3.3'
<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