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