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