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