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