не последняя версия
Последняя версия 350

io.prestosql:presto-parser 305


Группа

Группа

io.prestosql
Идентификатор

Идентификатор

presto-parser
Версия

Версия

305
Тип

Тип

jar

Скачать presto-parser 305


<!-- https://jarcasting.com/artifacts/io.prestosql/presto-parser/ -->
<dependency>
    <groupId>io.prestosql</groupId>
    <artifactId>presto-parser</artifactId>
    <version>305</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-parser/
implementation 'io.prestosql:presto-parser:305'
// https://jarcasting.com/artifacts/io.prestosql/presto-parser/
implementation ("io.prestosql:presto-parser:305")
'io.prestosql:presto-parser:jar:305'
<dependency org="io.prestosql" name="presto-parser" rev="305">
  <artifact name="presto-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-parser', version='305')
)
libraryDependencies += "io.prestosql" % "presto-parser" % "305"
[io.prestosql/presto-parser "305"]