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