GroupId | GroupIdio.resys.hdes |
---|---|
ArtifactId | ArtifactIdhdes-ui-backend |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
hdes-ui-backend-0.0.8.pom | |
hdes-ui-backend-0.0.8.jar | 6 KB |
hdes-ui-backend-0.0.8-sources.jar | 3 KB |
hdes-ui-backend-0.0.8-javadoc.jar | 418 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.resys.hdes/hdes-ui-backend/ -->
<dependency>
<groupId>io.resys.hdes</groupId>
<artifactId>hdes-ui-backend</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.resys.hdes/hdes-ui-backend/
implementation 'io.resys.hdes:hdes-ui-backend:0.0.8'
// https://jarcasting.com/artifacts/io.resys.hdes/hdes-ui-backend/
implementation ("io.resys.hdes:hdes-ui-backend:0.0.8")
'io.resys.hdes:hdes-ui-backend:jar:0.0.8'
<dependency org="io.resys.hdes" name="hdes-ui-backend" rev="0.0.8">
<artifact name="hdes-ui-backend" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.resys.hdes', module='hdes-ui-backend', version='0.0.8')
)
libraryDependencies += "io.resys.hdes" % "hdes-ui-backend" % "0.0.8"
[io.resys.hdes/hdes-ui-backend "0.0.8"]