License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-http |
Version | Version3.0.0-RC1 |
Type | Typejar |
Description |
Descriptionakka-http
akka-http
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
akka-http-3.0.0-RC1.pom | |
akka-http-3.0.0-RC1.jar | 2 MB |
akka-http-3.0.0-RC1-sources.jar | 174 KB |
akka-http-3.0.0-RC1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http/
implementation 'com.typesafe.akka:akka-http:3.0.0-RC1'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http/
implementation ("com.typesafe.akka:akka-http:3.0.0-RC1")
'com.typesafe.akka:akka-http:jar:3.0.0-RC1'
<dependency org="com.typesafe.akka" name="akka-http" rev="3.0.0-RC1">
<artifact name="akka-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http', version='3.0.0-RC1')
)
libraryDependencies += "com.typesafe.akka" % "akka-http" % "3.0.0-RC1"
[com.typesafe.akka/akka-http "3.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
com.typesafe.akka : akka-http-core | jar | 3.0.0-RC1 |