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.6.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
libraryDependencies += "com.auth0" % "java-jwt" % "3.18.1"
libraryDependencies += "com.auth0" % "jwks-rsa" % "0.19.0"
libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.5.6"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy