License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.hops |
ArtifactId | ArtifactIdhopsworks-cli |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionhopsworks-cli
hopsworks-cli is a library and command-line tool for interacting with the Hopsworks REST API (www.hops.io). You can copy files into Hopsworks, run jobs, etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hopsworks-cli-0.2.0.pom | |
hopsworks-cli-0.2.0.jar | 30 KB |
hopsworks-cli-0.2.0-sources.jar | 19 KB |
hopsworks-cli-0.2.0-shaded.jar | 34 MB |
hopsworks-cli-0.2.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hops/hopsworks-cli/ -->
<dependency>
<groupId>io.hops</groupId>
<artifactId>hopsworks-cli</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.hops/hopsworks-cli/
implementation 'io.hops:hopsworks-cli:0.2.0'
// https://jarcasting.com/artifacts/io.hops/hopsworks-cli/
implementation ("io.hops:hopsworks-cli:0.2.0")
'io.hops:hopsworks-cli:jar:0.2.0'
<dependency org="io.hops" name="hopsworks-cli" rev="0.2.0">
<artifact name="hopsworks-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hops', module='hopsworks-cli', version='0.2.0')
)
libraryDependencies += "io.hops" % "hopsworks-cli" % "0.2.0"
[io.hops/hopsworks-cli "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.8.1 |
org.glassfish : javax.json | jar | 1.1.2 |
javax.json : javax.json-api | jar | 1.1.2 |
org.apache.hadoop : hadoop-client | jar | 2.8.4 |
commons-io : commons-io | jar | 1.3.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
org.apache.httpcomponents : httpclient | jar | 4.5.8 |
org.apache.httpcomponents : httpmime | jar | 4.5 |
com.beust : jcommander | jar | 1.72 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |