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