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