Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-http-testkit_2.11 |
Version | Version2.4.7 |
Type | Typejar |
Filename | Size |
---|---|
akka-http-testkit_2.11-2.4.7.pom | |
akka-http-testkit_2.11-2.4.7.jar | 113 KB |
akka-http-testkit_2.11-2.4.7-sources.jar | 15 KB |
akka-http-testkit_2.11-2.4.7-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-testkit_2.11/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-testkit_2.11</artifactId>
<version>2.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-testkit_2.11/
implementation 'com.typesafe.akka:akka-http-testkit_2.11:2.4.7'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-testkit_2.11/
implementation ("com.typesafe.akka:akka-http-testkit_2.11:2.4.7")
'com.typesafe.akka:akka-http-testkit_2.11:jar:2.4.7'
<dependency org="com.typesafe.akka" name="akka-http-testkit_2.11" rev="2.4.7">
<artifact name="akka-http-testkit_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http-testkit_2.11', version='2.4.7')
)
libraryDependencies += "com.typesafe.akka" % "akka-http-testkit_2.11" % "2.4.7"
[com.typesafe.akka/akka-http-testkit_2.11 "2.4.7"]