GroupId | GroupIdorg.hpccsystems |
---|---|
ArtifactId | ArtifactIdcommons-hpcc |
Version | Version8.4.0-2 |
Type | Typejar |
Filename | Size |
---|---|
commons-hpcc-8.4.0-2.pom | |
commons-hpcc-8.4.0-2.jar | 97 KB |
commons-hpcc-8.4.0-2-sources.jar | 70 KB |
commons-hpcc-8.4.0-2-javadoc.jar | 750 KB |
commons-hpcc-8.4.0-2-jar-with-dependencies.jar | 29 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/ -->
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>commons-hpcc</artifactId>
<version>8.4.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/
implementation 'org.hpccsystems:commons-hpcc:8.4.0-2'
// https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/
implementation ("org.hpccsystems:commons-hpcc:8.4.0-2")
'org.hpccsystems:commons-hpcc:jar:8.4.0-2'
<dependency org="org.hpccsystems" name="commons-hpcc" rev="8.4.0-2">
<artifact name="commons-hpcc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='commons-hpcc', version='8.4.0-2')
)
libraryDependencies += "org.hpccsystems" % "commons-hpcc" % "8.4.0-2"
[org.hpccsystems/commons-hpcc "8.4.0-2"]