Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.prestosql |
ArtifactId | ArtifactIdpresto-client |
Version | Version303 |
Type | Typejar |
Filename | Size |
---|---|
presto-client-303.pom | |
presto-client-303.jar | 86 KB |
presto-client-303-tests.jar | 13 KB |
presto-client-303-test-sources.jar | 8 KB |
presto-client-303-sources.jar | 48 KB |
presto-client-303-javadoc.jar | 218 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-client/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-client</artifactId>
<version>303</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-client/
implementation 'io.prestosql:presto-client:303'
// https://jarcasting.com/artifacts/io.prestosql/presto-client/
implementation ("io.prestosql:presto-client:303")
'io.prestosql:presto-client:jar:303'
<dependency org="io.prestosql" name="presto-client" rev="303">
<artifact name="presto-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-client', version='303')
)
libraryDependencies += "io.prestosql" % "presto-client" % "303"
[io.prestosql/presto-client "303"]