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