<dependency> <groupId>com.io7m.jvvfs</groupId> <artifactId>io7m-jvvfs-shell</artifactId> <version>4.0.1</version> </dependency>
'com.io7m.jvvfs:io7m-jvvfs-shell:jar:4.0.1'
<dependency org="com.io7m.jvvfs" name="io7m-jvvfs-shell" rev="4.0.1"> <artifact name="io7m-jvvfs-shell" type="jar" /> </dependency>
@Grapes( @Grab(group='com.io7m.jvvfs', module='io7m-jvvfs-shell', version='4.0.1') )
compile 'com.io7m.jvvfs:io7m-jvvfs-shell:4.0.1'
[com.io7m.jvvfs/io7m-jvvfs-shell "4.0.1"]
libraryDependencies += "com.io7m.jvvfs" % "io7m-jvvfs-shell" % "4.0.1"