s

spring-boot-ci

Spring-Boot-friendly parent POM to 1) generate static code analysis reports for CI server, 2) deploy artifacts to Sonatype OSSRH, and 3) deploy site documentation to GitHub.
https://github.com/choonchernlim/spring-boot-ci
MIT License
Choon-Chern Lim
文件下载
文件名 操作
spring-boot-ci-0.2.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.choonchernlim</groupId>
  <artifactId>spring-boot-ci</artifactId>
  <version>0.2.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.choonchernlim:spring-boot-ci:0.2.3'
Gradle Kotlin
implementation("com.github.choonchernlim:spring-boot-ci:0.2.3")
Scala SBT
libraryDependencies += "com.github.choonchernlim" % "spring-boot-ci" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.choonchernlim', module='spring-boot-ci', version='0.2.3')
)
Apache Ivy
<dependency org="com.github.choonchernlim" name="spring-boot-ci" rev="0.2.3" />
Leiningen
[com.github.choonchernlim/spring-boot-ci "0.2.3"]
Apache Buildr
'com.github.choonchernlim:spring-boot-ci:jar:0.2.3'