License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.choonchernlim |
ArtifactId | ArtifactIdspring-boot-ci |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-boot-ci-0.4.0.pom | 29 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.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.choonchernlim/spring-boot-ci/
implementation 'com.github.choonchernlim:spring-boot-ci:0.4.0'
// https://jarcasting.com/artifacts/com.github.choonchernlim/spring-boot-ci/
implementation ("com.github.choonchernlim:spring-boot-ci:0.4.0")
'com.github.choonchernlim:spring-boot-ci:pom:0.4.0'
<dependency org="com.github.choonchernlim" name="spring-boot-ci" rev="0.4.0">
<artifact name="spring-boot-ci" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.choonchernlim', module='spring-boot-ci', version='0.4.0')
)
libraryDependencies += "com.github.choonchernlim" % "spring-boot-ci" % "0.4.0"
[com.github.choonchernlim/spring-boot-ci "0.4.0"]