GroupId | GroupIdorg.hpccsystems |
---|---|
ArtifactId | ArtifactIdcommons-hpcc |
Version | Version7.12.106-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/ -->
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>commons-hpcc</artifactId>
<version>7.12.106-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/
implementation 'org.hpccsystems:commons-hpcc:7.12.106-1'
// https://jarcasting.com/artifacts/org.hpccsystems/commons-hpcc/
implementation ("org.hpccsystems:commons-hpcc:7.12.106-1")
'org.hpccsystems:commons-hpcc:jar:7.12.106-1'
<dependency org="org.hpccsystems" name="commons-hpcc" rev="7.12.106-1">
<artifact name="commons-hpcc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='commons-hpcc', version='7.12.106-1')
)
libraryDependencies += "org.hpccsystems" % "commons-hpcc" % "7.12.106-1"
[org.hpccsystems/commons-hpcc "7.12.106-1"]