<dependency> <groupId>io.hetu.core</groupId> <artifactId>presto-root</artifactId> <version>1.4.0</version> <type>pom</type> </dependency>
implementation 'io.hetu.core:presto-root:1.4.0'
implementation("io.hetu.core:presto-root:1.4.0")
libraryDependencies += "io.hetu.core" % "presto-root" % "1.4.0"
@Grapes( @Grab(group='io.hetu.core', module='presto-root', version='1.4.0') )
<dependency org="io.hetu.core" name="presto-root" rev="1.4.0" />
[io.hetu.core/presto-root "1.4.0"]
'io.hetu.core:presto-root:jar:1.4.0'
<parent> <groupId>io.airlift</groupId> <artifactId>airbase</artifactId> <version>97</version> </parent>