GroupId | GroupIdorg.hpccsystems |
---|---|
ArtifactId | ArtifactIdhpcc4j |
Version | Version8.0.26-1 |
Type | Typepom |
Filename | Size |
---|---|
hpcc4j-8.0.26-1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hpccsystems/hpcc4j/ -->
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>hpcc4j</artifactId>
<version>8.0.26-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/hpcc4j/
implementation 'org.hpccsystems:hpcc4j:8.0.26-1'
// https://jarcasting.com/artifacts/org.hpccsystems/hpcc4j/
implementation ("org.hpccsystems:hpcc4j:8.0.26-1")
'org.hpccsystems:hpcc4j:pom:8.0.26-1'
<dependency org="org.hpccsystems" name="hpcc4j" rev="8.0.26-1">
<artifact name="hpcc4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='hpcc4j', version='8.0.26-1')
)
libraryDependencies += "org.hpccsystems" % "hpcc4j" % "8.0.26-1"
[org.hpccsystems/hpcc4j "8.0.26-1"]