Dependency Information

Apache Maven

<dependency>
  <groupId>com.io7m.kstructural</groupId>
  <artifactId>io7m-kstructural</artifactId>
  <version>0.3.1</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.io7m.kstructural:io7m-kstructural:pom:0.3.1'

Apache Ivy

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

Groovy Grape

@Grapes(
@Grab(group='com.io7m.kstructural', module='io7m-kstructural', version='0.3.1')
)

Gradle/Grails

compile 'com.io7m.kstructural:io7m-kstructural:0.3.1'

Scala SBT

libraryDependencies += "com.io7m.kstructural" % "io7m-kstructural" % "0.3.1"

Leiningen

[com.io7m.kstructural/io7m-kstructural "0.3.1"]