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