GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-product-tests |
Version | Version314 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-product-tests/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-product-tests</artifactId>
<version>314</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-product-tests/
implementation 'io.prestosql:presto-product-tests:314'
// https://jarcasting.com/artifacts/io.prestosql/presto-product-tests/
implementation ("io.prestosql:presto-product-tests:314")
'io.prestosql:presto-product-tests:jar:314'
<dependency org="io.prestosql" name="presto-product-tests" rev="314">
<artifact name="presto-product-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-product-tests', version='314')
)
libraryDependencies += "io.prestosql" % "presto-product-tests" % "314"
[io.prestosql/presto-product-tests "314"]