s

spring-boot-development

Builds a standard boot container. Need to supply source layout and set packaging to jar.
Files download
File Operation
spring-boot-development-11.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.limemojito.oss.spring-boot</groupId>
  <artifactId>spring-boot-development</artifactId>
  <version>11.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.limemojito.oss.spring-boot:spring-boot-development:11.0.0'
Gradle Kotlin
implementation("com.limemojito.oss.spring-boot:spring-boot-development:11.0.0")
Scala SBT
libraryDependencies += "com.limemojito.oss.spring-boot" % "spring-boot-development" % "11.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.limemojito.oss.spring-boot', module='spring-boot-development', version='11.0.0')
)
Apache Ivy
<dependency org="com.limemojito.oss.spring-boot" name="spring-boot-development" rev="11.0.0" />
Leiningen
[com.limemojito.oss.spring-boot/spring-boot-development "11.0.0"]
Apache Buildr
'com.limemojito.oss.spring-boot:spring-boot-development:jar:11.0.0'