Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.jinahya</groupId>
  <artifactId>simple-file-back</artifactId>
  <version>0.8</version>
</dependency>

Apache Buildr

'com.github.jinahya:simple-file-back:jar:0.8'

Apache Ant

<dependency org="com.github.jinahya" name="simple-file-back" rev="0.8">
  <artifact name="simple-file-back" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.jinahya', module='simple-file-back', version='0.8')
)

Grails

compile 'com.github.jinahya:simple-file-back:0.8'

Leiningen

[com.github.jinahya/simple-file-back "0.8"]

SBT

libraryDependencies += "com.github.jinahya" %% "simple-file-back" % "0.8"