MVN

com.github.choonchernlim : spring-boot-ci

Maven & Gradle

Dec 04, 2018
1 stars

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.

<dependency>
    <groupId>com.github.choonchernlim</groupId>
    <artifactId>spring-boot-ci</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.choonchernlim : spring-boot-ci to add to Maven - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of com.github.choonchernlim : spring-boot-ci to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
spring-boot-ci-0.4.0
0.3.x
spring-boot-ci-0.3.2
spring-boot-ci-0.3.1
spring-boot-ci-0.3.0
0.2.x
spring-boot-ci-0.2.4
spring-boot-ci-0.2.3
spring-boot-ci-0.2.2
spring-boot-ci-0.2.1
spring-boot-ci-0.2.0
0.1.x
spring-boot-ci-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.choonchernlim</groupId>
    <artifactId>spring-boot-ci</artifactId>
    <version>0.4.0</version>
</dependency>

Advertisement