Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.choonchernlim</groupId>
  <artifactId>spring-boot-ci</artifactId>
  <version>0.3.2</version>
  <type>pom</type>
</dependency>

Apache Buildr

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

Apache Ivy

<dependency org="com.github.choonchernlim" name="spring-boot-ci" rev="0.3.2">
  <artifact name="spring-boot-ci" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.choonchernlim', module='spring-boot-ci', version='0.3.2')
)

Gradle/Grails

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

Scala SBT

libraryDependencies += "com.github.choonchernlim" % "spring-boot-ci" % "0.3.2"

Leiningen

[com.github.choonchernlim/spring-boot-ci "0.3.2"]