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