p

parent-spring-boot-starter

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