is not current version
Last Version 2.1.11

org.dhatim:dropwizard-sftp 1.1.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

1.1.2
Type

Type

jar

Download dropwizard-sftp 1.1.2


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