| GroupId | GroupIdio.hetu.core |
|---|---|
| ArtifactId | ArtifactIdpresto-root |
| Version | Version1.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| presto-root-1.1.0.pom | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.hetu.core/presto-root/ -->
<dependency>
<groupId>io.hetu.core</groupId>
<artifactId>presto-root</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.hetu.core/presto-root/
implementation 'io.hetu.core:presto-root:1.1.0'
// https://jarcasting.com/artifacts/io.hetu.core/presto-root/
implementation ("io.hetu.core:presto-root:1.1.0")
'io.hetu.core:presto-root:pom:1.1.0'
<dependency org="io.hetu.core" name="presto-root" rev="1.1.0">
<artifact name="presto-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.hetu.core', module='presto-root', version='1.1.0')
)
libraryDependencies += "io.hetu.core" % "presto-root" % "1.1.0"
[io.hetu.core/presto-root "1.1.0"]