Dependency Information

Apache Maven

<dependency>
  <groupId>com.io7m.jvvfs</groupId>
  <artifactId>io7m-jvvfs-shell</artifactId>
  <version>4.0.1</version>
</dependency>

Apache Buildr

'com.io7m.jvvfs:io7m-jvvfs-shell:jar:4.0.1'

Apache Ivy

<dependency org="com.io7m.jvvfs" name="io7m-jvvfs-shell" rev="4.0.1">
  <artifact name="io7m-jvvfs-shell" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.io7m.jvvfs', module='io7m-jvvfs-shell', version='4.0.1')
)

Grails

compile 'com.io7m.jvvfs:io7m-jvvfs-shell:4.0.1'

Leiningen

[com.io7m.jvvfs/io7m-jvvfs-shell "4.0.1"]

SBT

libraryDependencies += "com.io7m.jvvfs" % "io7m-jvvfs-shell" % "4.0.1"