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