GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-parser |
Version | Version331 |
Type | Typejar |
Filename | Size |
---|---|
presto-parser-331.pom | |
presto-parser-331.jar | 851 KB |
presto-parser-331-tests.jar | 64 KB |
presto-parser-331-test-sources.jar | 41 KB |
presto-parser-331-sources.jar | 385 KB |
presto-parser-331-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-parser/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-parser</artifactId>
<version>331</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-parser/
implementation 'io.prestosql:presto-parser:331'
// https://jarcasting.com/artifacts/io.prestosql/presto-parser/
implementation ("io.prestosql:presto-parser:331")
'io.prestosql:presto-parser:jar:331'
<dependency org="io.prestosql" name="presto-parser" rev="331">
<artifact name="presto-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-parser', version='331')
)
libraryDependencies += "io.prestosql" % "presto-parser" % "331"
[io.prestosql/presto-parser "331"]