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