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