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