The Vallado library is available from the Maven repository.

Download

Use in Maven

<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>vallado</artifactId>
  <version>1.0.0</version>
</dependency>

Use in Buildr

'com.github.stefanbirkner:vallado:jar:1.0.0'

Use in Ivy

<dependency org="com.github.stefanbirkner" name="vallado" rev="1.0.0">
  <artifact name="vallado" type="jar"/>
</dependency>

Use in Groovy Grape

@Grapes(
  @Grab(group='com.github.stefanbirkner', module='vallado', version='1.0.0')
)

Use in Grails

compile 'com.github.stefanbirkner:vallado:1.0.0'