Dependency Information

Apache Maven

<dependency>
  <groupId>com.io7m.gtyrell</groupId>
  <artifactId>io7m-gtyrell</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.io7m.gtyrell:io7m-gtyrell:pom:0.1.0'

Apache Ivy

<dependency org="com.io7m.gtyrell" name="io7m-gtyrell" rev="0.1.0">
  <artifact name="io7m-gtyrell" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.io7m.gtyrell', module='io7m-gtyrell', version='0.1.0')
)

Grails

compile 'com.io7m.gtyrell:io7m-gtyrell:0.1.0'

Leiningen

[com.io7m.gtyrell/io7m-gtyrell "0.1.0"]

SBT

libraryDependencies += "com.io7m.gtyrell" % "io7m-gtyrell" % "0.1.0"