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