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