Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.resys.hdes |
ArtifactId | ArtifactIdhdes-client-api |
Version | Version3.1.7 |
Type | Typejar |
Filename | Size |
---|---|
hdes-client-api-3.1.7.pom | |
hdes-client-api-3.1.7.jar | 658 KB |
hdes-client-api-3.1.7-sources.jar | 314 KB |
hdes-client-api-3.1.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.resys.hdes/hdes-client-api/ -->
<dependency>
<groupId>io.resys.hdes</groupId>
<artifactId>hdes-client-api</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.resys.hdes/hdes-client-api/
implementation 'io.resys.hdes:hdes-client-api:3.1.7'
// https://jarcasting.com/artifacts/io.resys.hdes/hdes-client-api/
implementation ("io.resys.hdes:hdes-client-api:3.1.7")
'io.resys.hdes:hdes-client-api:jar:3.1.7'
<dependency org="io.resys.hdes" name="hdes-client-api" rev="3.1.7">
<artifact name="hdes-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.resys.hdes', module='hdes-client-api', version='3.1.7')
)
libraryDependencies += "io.resys.hdes" % "hdes-client-api" % "3.1.7"
[io.resys.hdes/hdes-client-api "3.1.7"]