p

presto-root

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