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