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