is not current version
Last Version 2.1.11

org.dhatim:dropwizard-sftp 2.0.0-2

SFTP Server (SSH File Transfer Protocol) based on Apache MINA SSHD for Dropwizard

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

org.dhatim
ArtifactId

ArtifactId

dropwizard-sftp
Version

Version

2.0.0-2
Type

Type

jar

Download dropwizard-sftp 2.0.0-2


<!-- https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/ -->
<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>dropwizard-sftp</artifactId>
    <version>2.0.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation 'org.dhatim:dropwizard-sftp:2.0.0-2'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation ("org.dhatim:dropwizard-sftp:2.0.0-2")
'org.dhatim:dropwizard-sftp:jar:2.0.0-2'
<dependency org="org.dhatim" name="dropwizard-sftp" rev="2.0.0-2">
  <artifact name="dropwizard-sftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-sftp', version='2.0.0-2')
)
libraryDependencies += "org.dhatim" % "dropwizard-sftp" % "2.0.0-2"
[org.dhatim/dropwizard-sftp "2.0.0-2"]