License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-http-testkit |
Version | Version3.0.0-RC1 |
Type | Typejar |
Description |
Descriptionakka-http-testkit
akka-http-testkit
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
akka-http-testkit-3.0.0-RC1.pom | |
akka-http-testkit-3.0.0-RC1.jar | 123 KB |
akka-http-testkit-3.0.0-RC1-sources.jar | 17 KB |
akka-http-testkit-3.0.0-RC1-javadoc.jar | 592 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-testkit/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-testkit</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-testkit/
implementation 'com.typesafe.akka:akka-http-testkit:3.0.0-RC1'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-testkit/
implementation ("com.typesafe.akka:akka-http-testkit:3.0.0-RC1")
'com.typesafe.akka:akka-http-testkit:jar:3.0.0-RC1'
<dependency org="com.typesafe.akka" name="akka-http-testkit" rev="3.0.0-RC1">
<artifact name="akka-http-testkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http-testkit', version='3.0.0-RC1')
)
libraryDependencies += "com.typesafe.akka" % "akka-http-testkit" % "3.0.0-RC1"
[com.typesafe.akka/akka-http-testkit "3.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
com.typesafe.akka : akka-http | jar | 3.0.0-RC1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.novocode : junit-interface | jar | 0.11 |
org.scalatest : scalatest_2.11 | jar | 3.0.0 |