<dependency> <groupId>io.hetu.core</groupId> <artifactId>presto-array</artifactId> <version>1.8.0</version> </dependency>
implementation 'io.hetu.core:presto-array:1.8.0'
implementation("io.hetu.core:presto-array:1.8.0")
libraryDependencies += "io.hetu.core" % "presto-array" % "1.8.0"
@Grapes( @Grab(group='io.hetu.core', module='presto-array', version='1.8.0') )
<dependency org="io.hetu.core" name="presto-array" rev="1.8.0" />
[io.hetu.core/presto-array "1.8.0"]
'io.hetu.core:presto-array:jar:1.8.0'
<parent> <groupId>io.hetu.core</groupId> <artifactId>presto-root</artifactId> <version>1.8.0</version> </parent>
compile
|-- io.airlift:slice
|-- it.unimi.dsi:fastutil
|-- io.hetu.core:presto-spi
|-- org.openjdk.jol:jol-core
test
|-- org.testng:testng
|-- org.openjdk.jmh:jmh-core
|-- org.openjdk.jmh:jmh-generator-annprocess