Files download
File Operation
spring-boot-0.15.0.jar download
spring-boot-0.15.0.pom download
spring-boot-0.15.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.onedaybeard.sift.template</groupId>
  <artifactId>spring-boot</artifactId>
  <version>0.15.0</version>
</dependency>
Gradle Groovy
implementation 'net.onedaybeard.sift.template:spring-boot:0.15.0'
Gradle Kotlin
implementation("net.onedaybeard.sift.template:spring-boot:0.15.0")
Scala SBT
libraryDependencies += "net.onedaybeard.sift.template" % "spring-boot" % "0.15.0"
Groovy Grape
@Grapes(
  @Grab(group='net.onedaybeard.sift.template', module='spring-boot', version='0.15.0')
)
Apache Ivy
<dependency org="net.onedaybeard.sift.template" name="spring-boot" rev="0.15.0" />
Leiningen
[net.onedaybeard.sift.template/spring-boot "0.15.0"]
Apache Buildr
'net.onedaybeard.sift.template:spring-boot:jar:0.15.0'