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.9.0
Show newest version
name := """{{artifactId}}"""

version := "1.0-SNAPSHOT"

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

scalaVersion := "2.12.6"

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy