Download sushi-2.8.19.jar file - Jar s

Jar examples for s:sushi

Description

Sushi is a collection of general purpose code like Apache Commons. A good part of it is for scripting tasks like copying files or file sets where others would prefer scripting languages or Ant. Another part is a file system abstraction with ssh, svn and webdav support.

You can download jar file sushi 2.8.19 in this page.

License

GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add sushi-2.8.19.jar to your project.

<dependency>
   <groupId>net.oneandone</groupId>
   <artifactId>sushi</artifactId>
   <version>2.8.19</version>
</dependency>
compile group: 'net.oneandone', name: 'sushi', version: '2.8.19'
libraryDependencies += "net.oneandone" % "sushi" % "2.8.19"
<dependency org="net.oneandone" name="sushi" rev="2.8.19"/>
@Grapes(@Grab(group='net.oneandone', module='sushi', version='2.8.19'))
'net.oneandone:sushi:jar:2.8.19'

Download

Click the following link to download the jar file.

sushi-2.8.19-javadoc.jar
sushi-2.8.19-sources.jar
sushi-2.8.19-test-sources.jar
sushi-2.8.19.jar
sushi-2.8.19.pom



Related Tutorials