Categories |
CategoriesNet Akka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdnet.sc8s |
ArtifactId | ArtifactIdakka-circe_2.13 |
Version | Version0.39.0 |
Type | Typejar |
Filename | Size |
---|---|
akka-circe_2.13-0.39.0.pom | |
akka-circe_2.13-0.39.0.jar | 40 KB |
akka-circe_2.13-0.39.0-sources.jar | 5 KB |
akka-circe_2.13-0.39.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sc8s/akka-circe_2.13/ -->
<dependency>
<groupId>net.sc8s</groupId>
<artifactId>akka-circe_2.13</artifactId>
<version>0.39.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sc8s/akka-circe_2.13/
implementation 'net.sc8s:akka-circe_2.13:0.39.0'
// https://jarcasting.com/artifacts/net.sc8s/akka-circe_2.13/
implementation ("net.sc8s:akka-circe_2.13:0.39.0")
'net.sc8s:akka-circe_2.13:jar:0.39.0'
<dependency org="net.sc8s" name="akka-circe_2.13" rev="0.39.0">
<artifact name="akka-circe_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sc8s', module='akka-circe_2.13', version='0.39.0')
)
libraryDependencies += "net.sc8s" % "akka-circe_2.13" % "0.39.0"
[net.sc8s/akka-circe_2.13 "0.39.0"]