Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.github.lhotari |
ArtifactId | ArtifactIdakka-http-health_2.12 |
Version | Version1.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.lhotari/akka-http-health_2.12/ -->
<dependency>
<groupId>io.github.lhotari</groupId>
<artifactId>akka-http-health_2.12</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lhotari/akka-http-health_2.12/
implementation 'io.github.lhotari:akka-http-health_2.12:1.0.8'
// https://jarcasting.com/artifacts/io.github.lhotari/akka-http-health_2.12/
implementation ("io.github.lhotari:akka-http-health_2.12:1.0.8")
'io.github.lhotari:akka-http-health_2.12:jar:1.0.8'
<dependency org="io.github.lhotari" name="akka-http-health_2.12" rev="1.0.8">
<artifact name="akka-http-health_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lhotari', module='akka-http-health_2.12', version='1.0.8')
)
libraryDependencies += "io.github.lhotari" % "akka-http-health_2.12" % "1.0.8"
[io.github.lhotari/akka-http-health_2.12 "1.0.8"]