License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdorg.dhatim |
ArtifactId | ArtifactIddropwizard-sftp |
Last Version | Last Version2.1.11 |
Release Date | Release Date |
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.11.pom | |
dropwizard-sftp-2.1.11.jar | 43 KB |
dropwizard-sftp-2.1.11-sources.jar | 19 KB |
dropwizard-sftp-2.1.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation 'org.dhatim:dropwizard-sftp:2.1.11'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation ("org.dhatim:dropwizard-sftp:2.1.11")
'org.dhatim:dropwizard-sftp:jar:2.1.11'
<dependency org="org.dhatim" name="dropwizard-sftp" rev="2.1.11">
<artifact name="dropwizard-sftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-sftp', version='2.1.11')
)
libraryDependencies += "org.dhatim" % "dropwizard-sftp" % "2.1.11"
[org.dhatim/dropwizard-sftp "2.1.11"]
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.1.0 |
io.dropwizard : dropwizard-lifecycle | jar | 2.1.0 |