| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.hpccsystems |
| ArtifactId | ArtifactIdclienttools |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHPCC Java Client Tools
This project contains standalone tools for working with the hpccsystems platform
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| clienttools-1.0.0.pom | |
| clienttools-1.0.0.jar | 6 KB |
| clienttools-1.0.0-sources.jar | 2 KB |
| clienttools-1.0.0-javadoc.jar | 23 KB |
| clienttools-1.0.0-jar-with-dependencies.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hpccsystems/clienttools/ -->
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>clienttools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/clienttools/
implementation 'org.hpccsystems:clienttools:1.0.0'
// https://jarcasting.com/artifacts/org.hpccsystems/clienttools/
implementation ("org.hpccsystems:clienttools:1.0.0")
'org.hpccsystems:clienttools:jar:1.0.0'
<dependency org="org.hpccsystems" name="clienttools" rev="1.0.0">
<artifact name="clienttools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='clienttools', version='1.0.0')
)
libraryDependencies += "org.hpccsystems" % "clienttools" % "1.0.0"
[org.hpccsystems/clienttools "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |