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