Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.facebook.presto |
ArtifactId | ArtifactIdpresto-cli |
Version | Version0.126 |
Type | Typejar |
Filename | Size |
---|---|
presto-cli-0.126.pom | |
presto-cli-0.126.jar | 73 KB |
presto-cli-0.126-tests.jar | 13 KB |
presto-cli-0.126-test-sources.jar | 8 KB |
presto-cli-0.126-sources.jar | 40 KB |
presto-cli-0.126-javadoc.jar | 146 KB |
presto-cli-0.126-executable.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-cli/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-cli</artifactId>
<version>0.126</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-cli/
implementation 'com.facebook.presto:presto-cli:0.126'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-cli/
implementation ("com.facebook.presto:presto-cli:0.126")
'com.facebook.presto:presto-cli:jar:0.126'
<dependency org="com.facebook.presto" name="presto-cli" rev="0.126">
<artifact name="presto-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-cli', version='0.126')
)
libraryDependencies += "com.facebook.presto" % "presto-cli" % "0.126"
[com.facebook.presto/presto-cli "0.126"]