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