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