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