akka-http-spring-boot

Integrates Scala Akka HTTP and Spring Boot for rapid, robust service development with minimal configuration. Pre-configured server components require little more than a route to get a service up and running.

License

License

Categories

Categories

Scala Languages Spring Boot Container Microservices Akka Reactive libraries
GroupId

GroupId

com.github.scalaspring
ArtifactId

ArtifactId

akka-http-spring-boot_2.11
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

akka-http-spring-boot
Integrates Scala Akka HTTP and Spring Boot for rapid, robust service development with minimal configuration. Pre-configured server components require little more than a route to get a service up and running.
Project URL

Project URL

http://github.com/scalaspring/akka-http-spring-boot
Project Organization

Project Organization

com.github.scalaspring

Download akka-http-spring-boot_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.scalaspring/akka-http-spring-boot_2.11/ -->
<dependency>
    <groupId>com.github.scalaspring</groupId>
    <artifactId>akka-http-spring-boot_2.11</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scalaspring/akka-http-spring-boot_2.11/
implementation 'com.github.scalaspring:akka-http-spring-boot_2.11:0.3.1'
// https://jarcasting.com/artifacts/com.github.scalaspring/akka-http-spring-boot_2.11/
implementation ("com.github.scalaspring:akka-http-spring-boot_2.11:0.3.1")
'com.github.scalaspring:akka-http-spring-boot_2.11:jar:0.3.1'
<dependency org="com.github.scalaspring" name="akka-http-spring-boot_2.11" rev="0.3.1">
  <artifact name="akka-http-spring-boot_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scalaspring', module='akka-http-spring-boot_2.11', version='0.3.1')
)
libraryDependencies += "com.github.scalaspring" % "akka-http-spring-boot_2.11" % "0.3.1"
[com.github.scalaspring/akka-http-spring-boot_2.11 "0.3.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.typesafe.scala-logging : scala-logging_2.11 jar [3,4)
org.springframework : spring-context jar 4.2.5.RELEASE
org.springframework.boot : spring-boot-starter jar 1.3.3.RELEASE
com.typesafe.akka : akka-http-experimental_2.11 jar 2.4.2
com.typesafe.akka : akka-http-spray-json-experimental_2.11 jar 2.4.2
com.github.scalaspring : akka-spring-boot_2.11 jar 0.3.1

runtime (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.2

test (6)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 2.2.4
com.github.scalaspring : scalatest-spring_2.11 jar 0.3.1
org.springframework : spring-test jar 4.2.5.RELEASE
com.typesafe.akka : akka-testkit_2.11 jar 2.4.2
com.typesafe.akka : akka-http-testkit-experimental_2.11 jar 2.4.2-RC3
com.jsuereth : scala-arm_2.11 jar 1.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.1
0.2.1
0.2.0