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