| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdorg.dhatim |
| ArtifactId | ArtifactIddropwizard-sftp |
| Version | Version2.1.10 |
| 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.10.pom | |
| dropwizard-sftp-2.1.10.jar | 46 KB |
| dropwizard-sftp-2.1.10-sources.jar | 20 KB |
| dropwizard-sftp-2.1.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation 'org.dhatim:dropwizard-sftp:2.1.10'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation ("org.dhatim:dropwizard-sftp:2.1.10")
'org.dhatim:dropwizard-sftp:jar:2.1.10'
<dependency org="org.dhatim" name="dropwizard-sftp" rev="2.1.10">
<artifact name="dropwizard-sftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-sftp', version='2.1.10')
)
libraryDependencies += "org.dhatim" % "dropwizard-sftp" % "2.1.10"
[org.dhatim/dropwizard-sftp "2.1.10"]
| 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 | 2.0.28 |
| io.dropwizard : dropwizard-lifecycle | jar | 2.0.28 |