akka-spring-boot

Scala-based integration of Akka with Spring Boot. Two-way Akka<->Spring configuration bindings and convention over configuration with sensible automatic defaults get your project running quickly.

License

License

Categories

Categories

Scala Languages Spring Boot Container Microservices Akka Reactive libraries
GroupId

GroupId

com.github.scalaspring
ArtifactId

ArtifactId

akka-spring-boot_2.11
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

akka-spring-boot
Scala-based integration of Akka with Spring Boot. Two-way Akka<->Spring configuration bindings and convention over configuration with sensible automatic defaults get your project running quickly.
Project URL

Project URL

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

Project Organization

com.github.scalaspring

Download akka-spring-boot_2.11

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.typesafe.scala-logging : scala-logging_2.11 jar [3,4)
com.typesafe.akka : akka-actor_2.11 jar 2.4.2
org.springframework : spring-context jar 4.2.5.RELEASE
org.springframework.boot : spring-boot-starter jar 1.3.3.RELEASE

runtime (1)

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

test (4)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 2.2.6
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

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.1
0.2.1
0.2.0