a

akka-http-spray-json_2.13

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