<dependency> <groupId>com.github.jinahya</groupId> <artifactId>simple-file-back</artifactId> <version>0.8</version> </dependency>
'com.github.jinahya:simple-file-back:jar:0.8'
<dependency org="com.github.jinahya" name="simple-file-back" rev="0.8"> <artifact name="simple-file-back" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.jinahya', module='simple-file-back', version='0.8') )
compile 'com.github.jinahya:simple-file-back:0.8'
[com.github.jinahya/simple-file-back "0.8"]
libraryDependencies += "com.github.jinahya" %% "simple-file-back" % "0.8"