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