Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.facebook.presto |
ArtifactId | ArtifactIdpresto-client |
Version | Version0.204 |
Type | Typejar |
Filename | Size |
---|---|
presto-client-0.204.pom | |
presto-client-0.204.jar | 75 KB |
presto-client-0.204-tests.jar | 9 KB |
presto-client-0.204-test-sources.jar | 6 KB |
presto-client-0.204-sources.jar | 40 KB |
presto-client-0.204-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-client/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-client</artifactId>
<version>0.204</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-client/
implementation 'com.facebook.presto:presto-client:0.204'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-client/
implementation ("com.facebook.presto:presto-client:0.204")
'com.facebook.presto:presto-client:jar:0.204'
<dependency org="com.facebook.presto" name="presto-client" rev="0.204">
<artifact name="presto-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-client', version='0.204')
)
libraryDependencies += "com.facebook.presto" % "presto-client" % "0.204"
[com.facebook.presto/presto-client "0.204"]