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