is not current version
Last Version 2.1.11

org.dhatim:dropwizard-sftp 1.3.8-1

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.3.8-1
Type

Type

jar

Download dropwizard-sftp 1.3.8-1


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