Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.cafienne.bounded |
ArtifactId | ArtifactIdbounded-akka-http_2.12 |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.cafienne.bounded/bounded-akka-http_2.12/ -->
<dependency>
<groupId>io.cafienne.bounded</groupId>
<artifactId>bounded-akka-http_2.12</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cafienne.bounded/bounded-akka-http_2.12/
implementation 'io.cafienne.bounded:bounded-akka-http_2.12:0.1.0'
// https://jarcasting.com/artifacts/io.cafienne.bounded/bounded-akka-http_2.12/
implementation ("io.cafienne.bounded:bounded-akka-http_2.12:0.1.0")
'io.cafienne.bounded:bounded-akka-http_2.12:jar:0.1.0'
<dependency org="io.cafienne.bounded" name="bounded-akka-http_2.12" rev="0.1.0">
<artifact name="bounded-akka-http_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cafienne.bounded', module='bounded-akka-http_2.12', version='0.1.0')
)
libraryDependencies += "io.cafienne.bounded" % "bounded-akka-http_2.12" % "0.1.0"
[io.cafienne.bounded/bounded-akka-http_2.12 "0.1.0"]