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