is not current version
Last Version 0.2.0

io.hops:hopsworks-cli 0.1

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.hops
ArtifactId

ArtifactId

hopsworks-cli
Version

Version

0.1
Type

Type

jar

Download hopsworks-cli 0.1


<!-- https://jarcasting.com/artifacts/io.hops/hopsworks-cli/ -->
<dependency>
    <groupId>io.hops</groupId>
    <artifactId>hopsworks-cli</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.hops/hopsworks-cli/
implementation 'io.hops:hopsworks-cli:0.1'
// https://jarcasting.com/artifacts/io.hops/hopsworks-cli/
implementation ("io.hops:hopsworks-cli:0.1")
'io.hops:hopsworks-cli:jar:0.1'
<dependency org="io.hops" name="hopsworks-cli" rev="0.1">
  <artifact name="hopsworks-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hops', module='hopsworks-cli', version='0.1')
)
libraryDependencies += "io.hops" % "hopsworks-cli" % "0.1"
[io.hops/hopsworks-cli "0.1"]