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