Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.hpccsystems |
ArtifactId | ArtifactIddfsclient |
Version | Version8.4.14-1 |
Type | Typejar |
Filename | Size |
---|---|
dfsclient-8.4.14-1.pom | |
dfsclient-8.4.14-1.jar | 118 KB |
dfsclient-8.4.14-1-sources.jar | 88 KB |
dfsclient-8.4.14-1-javadoc.jar | 2 MB |
dfsclient-8.4.14-1-jar-with-dependencies.jar | 44 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hpccsystems/dfsclient/ -->
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>dfsclient</artifactId>
<version>8.4.14-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/dfsclient/
implementation 'org.hpccsystems:dfsclient:8.4.14-1'
// https://jarcasting.com/artifacts/org.hpccsystems/dfsclient/
implementation ("org.hpccsystems:dfsclient:8.4.14-1")
'org.hpccsystems:dfsclient:jar:8.4.14-1'
<dependency org="org.hpccsystems" name="dfsclient" rev="8.4.14-1">
<artifact name="dfsclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='dfsclient', version='8.4.14-1')
)
libraryDependencies += "org.hpccsystems" % "dfsclient" % "8.4.14-1"
[org.hpccsystems/dfsclient "8.4.14-1"]