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