GroupId | GroupIdorg.hpccsystems |
---|---|
ArtifactId | ArtifactIdjapi |
Version | Version7.6.4 |
Type | Typepom |
Filename | Size |
---|---|
japi-7.6.4.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hpccsystems/japi/ -->
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>japi</artifactId>
<version>7.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hpccsystems/japi/
implementation 'org.hpccsystems:japi:7.6.4'
// https://jarcasting.com/artifacts/org.hpccsystems/japi/
implementation ("org.hpccsystems:japi:7.6.4")
'org.hpccsystems:japi:pom:7.6.4'
<dependency org="org.hpccsystems" name="japi" rev="7.6.4">
<artifact name="japi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hpccsystems', module='japi', version='7.6.4')
)
libraryDependencies += "org.hpccsystems" % "japi" % "7.6.4"
[org.hpccsystems/japi "7.6.4"]