a

akka-http-spray-json_2.12

Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.
https://akka.io
Apache-2.0
Lightbend
Contributors
Files download
File Operation
akka-http-spray-json_2.12-10.2.8.jar download
akka-http-spray-json_2.12-10.2.8.pom download
akka-http-spray-json_2.12-10.2.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-http-spray-json_2.12</artifactId>
  <version>10.2.8</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-http-spray-json_2.12:10.2.8'
Gradle Kotlin
implementation("com.typesafe.akka:akka-http-spray-json_2.12:10.2.8")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-http-spray-json_2.12" % "10.2.8"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-http-spray-json_2.12', version='10.2.8')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-http-spray-json_2.12" rev="10.2.8" />
Leiningen
[com.typesafe.akka/akka-http-spray-json_2.12 "10.2.8"]
Apache Buildr
'com.typesafe.akka:akka-http-spray-json_2.12:jar:10.2.8'