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