License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-http_2.13 |
Version | Version10.2.7 |
Type | Typejar |
Description |
Descriptionakka-http
Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
akka-http_2.13-10.2.7.pom | |
akka-http_2.13-10.2.7.jar | 1 MB |
akka-http_2.13-10.2.7-sources.jar | 214 KB |
akka-http_2.13-10.2.7-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.13/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http_2.13</artifactId>
<version>10.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.13/
implementation 'com.typesafe.akka:akka-http_2.13:10.2.7'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.13/
implementation ("com.typesafe.akka:akka-http_2.13:10.2.7")
'com.typesafe.akka:akka-http_2.13:jar:10.2.7'
<dependency org="com.typesafe.akka" name="akka-http_2.13" rev="10.2.7">
<artifact name="akka-http_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http_2.13', version='10.2.7')
)
libraryDependencies += "com.typesafe.akka" % "akka-http_2.13" % "10.2.7"
[com.typesafe.akka/akka-http_2.13 "10.2.7"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.6 |
com.typesafe.akka : akka-http-core_2.13 | jar | 10.2.7 |
Group / Artifact | Type | Version |
---|---|---|
com.github.ghik : silencer-lib_2.13.6 | jar | 1.7.5 |
com.typesafe.akka : akka-stream_2.13 | jar | 2.5.32 |