p

presto-root

Presto
Apache License 2.0
Files download
File Operation
presto-root-1.8.0.pom download
Apache Maven
<dependency>
  <groupId>io.hetu.core</groupId>
  <artifactId>presto-root</artifactId>
  <version>1.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.hetu.core:presto-root:1.8.0'
Gradle Kotlin
implementation("io.hetu.core:presto-root:1.8.0")
Scala SBT
libraryDependencies += "io.hetu.core" % "presto-root" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.hetu.core', module='presto-root', version='1.8.0')
)
Apache Ivy
<dependency org="io.hetu.core" name="presto-root" rev="1.8.0" />
Leiningen
[io.hetu.core/presto-root "1.8.0"]
Apache Buildr
'io.hetu.core:presto-root:jar:1.8.0'