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

JavaPlayFramework.build.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
name := """{{artifactId}}"""

version := "1.0-SNAPSHOT"

lazy val root = (project in file(".")).enablePlugins(PlayJava)

scalaVersion := "2.12.2"

{{#useSwaggerUI}}
libraryDependencies += "org.webjars" % "swagger-ui" % "3.1.5"
{{/useSwaggerUI}}
{{#useBeanValidation}}
libraryDependencies += "javax.validation" % "validation-api" % "1.1.0.Final"
{{/useBeanValidation}}
libraryDependencies += guice




© 2015 - 2024 Weber Informatics LLC | Privacy Policy