is not current version
Last Version 0.4.0

com.github.choonchernlim:spring-boot-ci 0.3.2

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.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.choonchernlim
ArtifactId

ArtifactId

spring-boot-ci
Version

Version

0.3.2
Type

Type

pom

Download spring-boot-ci 0.3.2

Filename Size
spring-boot-ci-0.3.2.pom 30 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.choonchernlim/spring-boot-ci/ -->
<dependency>
    <groupId>com.github.choonchernlim</groupId>
    <artifactId>spring-boot-ci</artifactId>
    <version>0.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.choonchernlim/spring-boot-ci/
implementation 'com.github.choonchernlim:spring-boot-ci:0.3.2'
// https://jarcasting.com/artifacts/com.github.choonchernlim/spring-boot-ci/
implementation ("com.github.choonchernlim:spring-boot-ci:0.3.2")
'com.github.choonchernlim:spring-boot-ci:pom:0.3.2'
<dependency org="com.github.choonchernlim" name="spring-boot-ci" rev="0.3.2">
  <artifact name="spring-boot-ci" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.choonchernlim', module='spring-boot-ci', version='0.3.2')
)
libraryDependencies += "com.github.choonchernlim" % "spring-boot-ci" % "0.3.2"
[com.github.choonchernlim/spring-boot-ci "0.3.2"]