s

spring-boot-starter-parent-custom

Custom configuration of Spring Boot Starter Parent
https://github.com/spt-oss/spring-boot-starter-parent-custom
Apache License, Version 2.0
SPT
SPT Developer
Files download
File Operation
spring-boot-starter-parent-custom-1.5.3.20.pom download
Apache Maven
<dependency>
  <groupId>com.github.spt-oss</groupId>
  <artifactId>spring-boot-starter-parent-custom</artifactId>
  <version>1.5.3.20</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.spt-oss:spring-boot-starter-parent-custom:1.5.3.20'
Gradle Kotlin
implementation("com.github.spt-oss:spring-boot-starter-parent-custom:1.5.3.20")
Scala SBT
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-parent-custom" % "1.5.3.20"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spt-oss', module='spring-boot-starter-parent-custom', version='1.5.3.20')
)
Apache Ivy
<dependency org="com.github.spt-oss" name="spring-boot-starter-parent-custom" rev="1.5.3.20" />
Leiningen
[com.github.spt-oss/spring-boot-starter-parent-custom "1.5.3.20"]
Apache Buildr
'com.github.spt-oss:spring-boot-starter-parent-custom:jar:1.5.3.20'