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