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