GroupId | GroupIdorg.hpccsystems |
---|---|
ArtifactId | ArtifactIdcommons-hpcc |
Version | Version8.0.2-1 |
Type | Typejar |
Filename | Size |
---|---|
commons-hpcc-8.0.2-1.pom | |
commons-hpcc-8.0.2-1.jar | 90 KB |
commons-hpcc-8.0.2-1-sources.jar | 62 KB |
commons-hpcc-8.0.2-1-javadoc.jar | 327 KB |
commons-hpcc-8.0.2-1-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.0.2-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/
implementation 'org.hpccsystems:commons-hpcc:8.0.2-1'
// https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/
implementation ("org.hpccsystems:commons-hpcc:8.0.2-1")
'org.hpccsystems:commons-hpcc:jar:8.0.2-1'
<dependency org="org.hpccsystems" name="commons-hpcc" rev="8.0.2-1">
<artifact name="commons-hpcc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='commons-hpcc', version='8.0.2-1')
)
libraryDependencies += "org.hpccsystems" % "commons-hpcc" % "8.0.2-1"
[org.hpccsystems/commons-hpcc "8.0.2-1"]