| Группа | Группаio.prestosql |
|---|---|
| Идентификатор | Идентификаторpresto-product-tests |
| Версия | Версия309 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| presto-product-tests-309.pom | |
| presto-product-tests-309.jar | 853 KB |
| presto-product-tests-309-tests.jar | 7 KB |
| presto-product-tests-309-test-sources.jar | 6 KB |
| presto-product-tests-309-sources.jar | 767 KB |
| presto-product-tests-309-javadoc.jar | 458 KB |
| presto-product-tests-309-executable.jar | 145 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-product-tests/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-product-tests</artifactId>
<version>309</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-product-tests/
implementation 'io.prestosql:presto-product-tests:309'
// https://jarcasting.com/artifacts/io.prestosql/presto-product-tests/
implementation ("io.prestosql:presto-product-tests:309")
'io.prestosql:presto-product-tests:jar:309'
<dependency org="io.prestosql" name="presto-product-tests" rev="309">
<artifact name="presto-product-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-product-tests', version='309')
)
libraryDependencies += "io.prestosql" % "presto-product-tests" % "309"
[io.prestosql/presto-product-tests "309"]