| Categories |
CategoriesAkka Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdcom.typesafe.akka |
| ArtifactId | ArtifactIdakka-http_2.12 |
| Version | Version10.1.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| akka-http_2.12-10.1.12.pom | |
| akka-http_2.12-10.1.12.jar | 1 MB |
| akka-http_2.12-10.1.12-sources.jar | 205 KB |
| akka-http_2.12-10.1.12-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.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.12/
implementation 'com.typesafe.akka:akka-http_2.12:10.1.12'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.12/
implementation ("com.typesafe.akka:akka-http_2.12:10.1.12")
'com.typesafe.akka:akka-http_2.12:jar:10.1.12'
<dependency org="com.typesafe.akka" name="akka-http_2.12" rev="10.1.12">
<artifact name="akka-http_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http_2.12', version='10.1.12')
)
libraryDependencies += "com.typesafe.akka" % "akka-http_2.12" % "10.1.12"
[com.typesafe.akka/akka-http_2.12 "10.1.12"]