s

spring-boot-parent

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