s

spring-boot-starter-web-plus

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