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