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