All Downloads are FREE. Search and download functionalities are using the official Maven repository.

handlebars.scala.akka-http-server.build.sbt.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.54
Show newest version
version := "{{artifactVersion}}"
name := "{{artifactId}}"
organization := "{{groupId}}"
scalaVersion := "2.12.6"

libraryDependencies ++= Seq(
  "com.typesafe.akka" %% "akka-http" % "10.1.5",
  "com.typesafe.akka" %% "akka-stream" % "2.5.16",
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy