Dependency Information

Apache Maven

<dependency>
  <groupId>com.example</groupId>
  <artifactId>spring-boot-starter-thymeleaf</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.example:spring-boot-starter-thymeleaf:jar:0.0.1-SNAPSHOT'

Apache Ivy

<dependency org="com.example" name="spring-boot-starter-thymeleaf" rev="0.0.1-SNAPSHOT">
  <artifact name="spring-boot-starter-thymeleaf" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.example', module='spring-boot-starter-thymeleaf', version='0.0.1-SNAPSHOT')
)

Gradle/Grails

compile 'com.example:spring-boot-starter-thymeleaf:0.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.example" % "spring-boot-starter-thymeleaf" % "0.0.1-SNAPSHOT"

Leiningen

[com.example/spring-boot-starter-thymeleaf "0.0.1-SNAPSHOT"]