License |
License |
---|---|
Categories |
CategoriesScala Languages Spring Boot Container Microservices Akka Reactive libraries |
GroupId | GroupIdcom.github.scalaspring |
ArtifactId | ArtifactIdakka-http-spring-boot_2.11 |
Version | Version0.3.1 |
Type | Typejar |
Description |
Descriptionakka-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 |
Project Organization |
Project Organizationcom.github.scalaspring |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
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 |