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