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