p

presto-root

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