p

pekko-http_2.12

Apache Pekko Http: Modern, fast, asynchronous, streaming-first HTTP server and client.
Apache-2.0
Apache Software Foundation
Apache Pekko HTTP Contributors
Files download
File Operation
pekko-http_2.12-1.0.0.jar download
pekko-http_2.12-1.0.0.pom download
pekko-http_2.12-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.pekko</groupId>
  <artifactId>pekko-http_2.12</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.pekko:pekko-http_2.12:1.0.0'
Gradle Kotlin
implementation("org.apache.pekko:pekko-http_2.12:1.0.0")
Scala SBT
libraryDependencies += "org.apache.pekko" % "pekko-http_2.12" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.pekko', module='pekko-http_2.12', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.pekko" name="pekko-http_2.12" rev="1.0.0" />
Leiningen
[org.apache.pekko/pekko-http_2.12 "1.0.0"]
Apache Buildr
'org.apache.pekko:pekko-http_2.12:jar:1.0.0'