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