| Группа | Группаio.hetu.core |
|---|---|
| Идентификатор | Идентификаторpresto-root |
| Версия | Версия1.0.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| presto-root-1.0.1.pom | 62 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.hetu.core/presto-root/ -->
<dependency>
<groupId>io.hetu.core</groupId>
<artifactId>presto-root</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.hetu.core/presto-root/
implementation 'io.hetu.core:presto-root:1.0.1'
// https://jarcasting.com/artifacts/io.hetu.core/presto-root/
implementation ("io.hetu.core:presto-root:1.0.1")
'io.hetu.core:presto-root:pom:1.0.1'
<dependency org="io.hetu.core" name="presto-root" rev="1.0.1">
<artifact name="presto-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.hetu.core', module='presto-root', version='1.0.1')
)
libraryDependencies += "io.hetu.core" % "presto-root" % "1.0.1"
[io.hetu.core/presto-root "1.0.1"]