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