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