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