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