Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-http-core_2.12 |
Version | Version10.1.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-core_2.12/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-core_2.12</artifactId>
<version>10.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-core_2.12/
implementation 'com.typesafe.akka:akka-http-core_2.12:10.1.8'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-core_2.12/
implementation ("com.typesafe.akka:akka-http-core_2.12:10.1.8")
'com.typesafe.akka:akka-http-core_2.12:jar:10.1.8'
<dependency org="com.typesafe.akka" name="akka-http-core_2.12" rev="10.1.8">
<artifact name="akka-http-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http-core_2.12', version='10.1.8')
)
libraryDependencies += "com.typesafe.akka" % "akka-http-core_2.12" % "10.1.8"
[com.typesafe.akka/akka-http-core_2.12 "10.1.8"]