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