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