is not current version
Last Version 2.7.0

net.sf.beezle.sushi:sushi 2.2.2

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.2.2
Type

Type

jar

Download sushi 2.2.2


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