Dependency Information

Apache Maven

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>Bytebattlers</artifactId>
  <version>1.0.0</version>
</dependency>

Apache Buildr

'org.springframework.boot:Bytebattlers:jar:1.0.0'

Apache Ivy

<dependency org="org.springframework.boot" name="Bytebattlers" rev="1.0.0">
  <artifact name="Bytebattlers" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.springframework.boot', module='Bytebattlers', version='1.0.0')
)

Gradle/Grails

compile 'org.springframework.boot:Bytebattlers:1.0.0'

Scala SBT

libraryDependencies += "org.springframework.boot" % "Bytebattlers" % "1.0.0"

Leiningen

[org.springframework.boot/Bytebattlers "1.0.0"]