Dependency Information

Apache Maven

<dependency>
  <groupId>com.io7m.jwhere</groupId>
  <artifactId>io7m-jwhere-documentation</artifactId>
  <version>0.5.1</version>
</dependency>

Apache Buildr

'com.io7m.jwhere:io7m-jwhere-documentation:jar:0.5.1'

Apache Ivy

<dependency org="com.io7m.jwhere" name="io7m-jwhere-documentation" rev="0.5.1">
  <artifact name="io7m-jwhere-documentation" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.io7m.jwhere', module='io7m-jwhere-documentation', version='0.5.1')
)

Grails

compile 'com.io7m.jwhere:io7m-jwhere-documentation:0.5.1'

Leiningen

[com.io7m.jwhere/io7m-jwhere-documentation "0.5.1"]

SBT

libraryDependencies += "com.io7m.jwhere" % "io7m-jwhere-documentation" % "0.5.1"