| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdorg.dhatim |
| ArtifactId | ArtifactIddropwizard-sftp |
| Version | Version2.1.9 |
| Type | Typejar |
| Description |
DescriptionDropwizard SFTP Server
SFTP Server (SSH File Transfer Protocol) based on Apache MINA SSHD for Dropwizard
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dropwizard-sftp-2.1.9.pom | |
| dropwizard-sftp-2.1.9.jar | 46 KB |
| dropwizard-sftp-2.1.9-sources.jar | 20 KB |
| dropwizard-sftp-2.1.9-javadoc.jar | 144 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-sftp</artifactId>
<version>2.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation 'org.dhatim:dropwizard-sftp:2.1.9'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation ("org.dhatim:dropwizard-sftp:2.1.9")
'org.dhatim:dropwizard-sftp:jar:2.1.9'
<dependency org="org.dhatim" name="dropwizard-sftp" rev="2.1.9">
<artifact name="dropwizard-sftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-sftp', version='2.1.9')
)
libraryDependencies += "org.dhatim" % "dropwizard-sftp" % "2.1.9"
[org.dhatim/dropwizard-sftp "2.1.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.sshd : sshd-core | jar | 2.8.0 |
| org.apache.sshd : sshd-contrib | jar | 2.8.0 |
| io.dropwizard : dropwizard-core | jar | |
| io.dropwizard : dropwizard-lifecycle | jar |