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