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

scala-lagom-server.build.sbt.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
version       := "{{artifactVersion}}"

name          := "{{artifactId}}"

organization  := "{{groupId}}"

scalaVersion  := "2.11.8"

val playJsonDerivedCodecs = "org.julienrf" %% "play-json-derived-codecs" % "3.3"

libraryDependencies ++= Seq(
lagomScaladslApi,
playJsonDerivedCodecs
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy