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