GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-tests |
Version | Version320 |
Type | Typejar |
Filename | Size |
---|---|
presto-tests-320.pom | |
presto-tests-320.jar | 257 KB |
presto-tests-320-tests.jar | 180 KB |
presto-tests-320-test-sources.jar | 101 KB |
presto-tests-320-sources.jar | 146 KB |
presto-tests-320-javadoc.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-tests/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-tests</artifactId>
<version>320</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-tests/
implementation 'io.prestosql:presto-tests:320'
// https://jarcasting.com/artifacts/io.prestosql/presto-tests/
implementation ("io.prestosql:presto-tests:320")
'io.prestosql:presto-tests:jar:320'
<dependency org="io.prestosql" name="presto-tests" rev="320">
<artifact name="presto-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-tests', version='320')
)
libraryDependencies += "io.prestosql" % "presto-tests" % "320"
[io.prestosql/presto-tests "320"]