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