GroupId | GroupIdorg.hpccsystems |
---|---|
ArtifactId | ArtifactIdcommons-hpcc |
Version | Version7.6.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-hpcc-7.6.0.pom | |
commons-hpcc-7.6.0.jar | 66 KB |
commons-hpcc-7.6.0-sources.jar | 42 KB |
commons-hpcc-7.6.0-javadoc.jar | 224 KB |
commons-hpcc-7.6.0-jar-with-dependencies.jar | 30 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/ -->
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>commons-hpcc</artifactId>
<version>7.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/
implementation 'org.hpccsystems:commons-hpcc:7.6.0'
// https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/
implementation ("org.hpccsystems:commons-hpcc:7.6.0")
'org.hpccsystems:commons-hpcc:jar:7.6.0'
<dependency org="org.hpccsystems" name="commons-hpcc" rev="7.6.0">
<artifact name="commons-hpcc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='commons-hpcc', version='7.6.0')
)
libraryDependencies += "org.hpccsystems" % "commons-hpcc" % "7.6.0"
[org.hpccsystems/commons-hpcc "7.6.0"]