GroupId | GroupIdio.hyscale |
---|---|
ArtifactId | ArtifactIdcontroller-service |
Version | Version0.9.8.3 |
Type | Typejar |
Filename | Size |
---|---|
controller-service-0.9.8.3.pom | |
controller-service-0.9.8.3.jar | 62 MB |
controller-service-0.9.8.3-sources.jar | 135 KB |
controller-service-0.9.8.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.hyscale/controller-service/
implementation 'io.hyscale:controller-service:0.9.8.3'
// https://jarcasting.com/artifacts/io.hyscale/controller-service/
implementation ("io.hyscale:controller-service:0.9.8.3")
'io.hyscale:controller-service:jar:0.9.8.3'
<dependency org="io.hyscale" name="controller-service" rev="0.9.8.3">
<artifact name="controller-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hyscale', module='controller-service', version='0.9.8.3')
)
libraryDependencies += "io.hyscale" % "controller-service" % "0.9.8.3"
[io.hyscale/controller-service "0.9.8.3"]