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