is not current version
Last Version 2.7.0

net.sf.beezle.sushi:sushi 2.5.0

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.beezle.sushi
ArtifactId

ArtifactId

sushi
Version

Version

2.5.0
Type

Type

jar

Download sushi 2.5.0


<!-- https://jarcasting.com/artifacts/net.sf.beezle.sushi/sushi/ -->
<dependency>
    <groupId>net.sf.beezle.sushi</groupId>
    <artifactId>sushi</artifactId>
    <version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.beezle.sushi/sushi/
implementation 'net.sf.beezle.sushi:sushi:2.5.0'
// https://jarcasting.com/artifacts/net.sf.beezle.sushi/sushi/
implementation ("net.sf.beezle.sushi:sushi:2.5.0")
'net.sf.beezle.sushi:sushi:jar:2.5.0'
<dependency org="net.sf.beezle.sushi" name="sushi" rev="2.5.0">
  <artifact name="sushi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.beezle.sushi', module='sushi', version='2.5.0')
)
libraryDependencies += "net.sf.beezle.sushi" % "sushi" % "2.5.0"
[net.sf.beezle.sushi/sushi "2.5.0"]