a

akka-parsing_3

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