| GroupId | GroupIdio.hetu.core |
|---|---|
| ArtifactId | ArtifactIdpresto-verifier |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| presto-verifier-1.1.0.pom | |
| presto-verifier-1.1.0.jar | 71 KB |
| presto-verifier-1.1.0-tests.jar | 12 KB |
| presto-verifier-1.1.0-test-sources.jar | 8 KB |
| presto-verifier-1.1.0-sources.jar | 39 KB |
| presto-verifier-1.1.0-javadoc.jar | 141 KB |
| presto-verifier-1.1.0-executable.jar | 22 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.hetu.core/presto-verifier/ -->
<dependency>
<groupId>io.hetu.core</groupId>
<artifactId>presto-verifier</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.hetu.core/presto-verifier/
implementation 'io.hetu.core:presto-verifier:1.1.0'
// https://jarcasting.com/artifacts/io.hetu.core/presto-verifier/
implementation ("io.hetu.core:presto-verifier:1.1.0")
'io.hetu.core:presto-verifier:jar:1.1.0'
<dependency org="io.hetu.core" name="presto-verifier" rev="1.1.0">
<artifact name="presto-verifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hetu.core', module='presto-verifier', version='1.1.0')
)
libraryDependencies += "io.hetu.core" % "presto-verifier" % "1.1.0"
[io.hetu.core/presto-verifier "1.1.0"]