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