Dependency Information

Apache Maven

<dependency>
  <groupId>top.infra</groupId>
  <artifactId>spring-boot-commons</artifactId>
  <version>1.0.2.U6</version>
</dependency>

Apache Buildr

'top.infra:spring-boot-commons:jar:1.0.2.U6'

Apache Ivy

<dependency org="top.infra" name="spring-boot-commons" rev="1.0.2.U6">
  <artifact name="spring-boot-commons" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='top.infra', module='spring-boot-commons', version='1.0.2.U6')
)

Gradle/Grails

compile 'top.infra:spring-boot-commons:1.0.2.U6'

Scala SBT

libraryDependencies += "top.infra" % "spring-boot-commons" % "1.0.2.U6"

Leiningen

[top.infra/spring-boot-commons "1.0.2.U6"]