GroupId | GroupIdio.hyscale |
---|---|
ArtifactId | ArtifactIdcontroller-service |
Version | Version0.9.8.4 |
Type | Typejar |
Filename | Size |
---|---|
controller-service-0.9.8.4.pom | |
controller-service-0.9.8.4.jar | 62 MB |
controller-service-0.9.8.4-sources.jar | 135 KB |
controller-service-0.9.8.4-javadoc.jar | 764 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hyscale/controller-service/ -->
<dependency>
<groupId>io.hyscale</groupId>
<artifactId>controller-service</artifactId>
<version>0.9.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.hyscale/controller-service/
implementation 'io.hyscale:controller-service:0.9.8.4'
// https://jarcasting.com/artifacts/io.hyscale/controller-service/
implementation ("io.hyscale:controller-service:0.9.8.4")
'io.hyscale:controller-service:jar:0.9.8.4'
<dependency org="io.hyscale" name="controller-service" rev="0.9.8.4">
<artifact name="controller-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hyscale', module='controller-service', version='0.9.8.4')
)
libraryDependencies += "io.hyscale" % "controller-service" % "0.9.8.4"
[io.hyscale/controller-service "0.9.8.4"]