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