| License |
License |
|---|---|
| Categories |
CategoriesAkka Container Microservices Reactive libraries |
| GroupId | GroupIdcom.typesafe.akka |
| ArtifactId | ArtifactIdakka-http_2.12 |
| Version | Version10.2.8 |
| 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.12-10.2.8.pom | |
| akka-http_2.12-10.2.8.jar | 1 MB |
| akka-http_2.12-10.2.8-sources.jar | 214 KB |
| akka-http_2.12-10.2.8-javadoc.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.12/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http_2.12</artifactId>
<version>10.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.12/
implementation 'com.typesafe.akka:akka-http_2.12:10.2.8'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.12/
implementation ("com.typesafe.akka:akka-http_2.12:10.2.8")
'com.typesafe.akka:akka-http_2.12:jar:10.2.8'
<dependency org="com.typesafe.akka" name="akka-http_2.12" rev="10.2.8">
<artifact name="akka-http_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http_2.12', version='10.2.8')
)
libraryDependencies += "com.typesafe.akka" % "akka-http_2.12" % "10.2.8"
[com.typesafe.akka/akka-http_2.12 "10.2.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.15 |
| com.typesafe.akka : akka-http-core_2.12 | jar | 10.2.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.typesafe.akka : akka-stream_2.12 | jar | 2.5.32 |