p

pekko-http-testkit_2.12

Apache Pekko Http: Modern, fast, asynchronous, streaming-first HTTP server and client.
Apache-2.0
Apache Software Foundation
Apache Pekko HTTP Contributors
文件下载
文件名 操作
pekko-http-testkit_2.12-1.0.1.jar 下载
pekko-http-testkit_2.12-1.0.1.pom 下载
pekko-http-testkit_2.12-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.pekko</groupId>
  <artifactId>pekko-http-testkit_2.12</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.pekko:pekko-http-testkit_2.12:1.0.1'
Gradle Kotlin
implementation("org.apache.pekko:pekko-http-testkit_2.12:1.0.1")
Scala SBT
libraryDependencies += "org.apache.pekko" % "pekko-http-testkit_2.12" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.pekko', module='pekko-http-testkit_2.12', version='1.0.1')
)
Apache Ivy
<dependency org="org.apache.pekko" name="pekko-http-testkit_2.12" rev="1.0.1" />
Leiningen
[org.apache.pekko/pekko-http-testkit_2.12 "1.0.1"]
Apache Buildr
'org.apache.pekko:pekko-http-testkit_2.12:jar:1.0.1'