spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-mustache/build.gradle

12 lines
327 B
Groovy
Raw Normal View History

plugins {
id 'org.springframework.boot.starter'
}
description = "Starter for building web applications using Mustache views"
dependencies {
api platform(project(':spring-boot-project:spring-boot-dependencies'))
api project(':spring-boot-project:spring-boot-starters:spring-boot-starter')
api 'com.samskivert:jmustache'
}