MVN

org.dhatim : dropwizard-sftp

Maven & Gradle

Jun 23, 2023
1 usages
1 stars

Dropwizard SFTP Server · SFTP Server (SSH File Transfer Protocol) based on Apache MINA SSHD for Dropwizard

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>dropwizard-sftp</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dhatim : dropwizard-sftp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of org.dhatim : dropwizard-sftp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
dropwizard-sftp-4.0.1
dropwizard-sftp-4.0.0
2.1.x
dropwizard-sftp-2.1.16
dropwizard-sftp-2.1.15
dropwizard-sftp-2.1.14
dropwizard-sftp-2.1.13
dropwizard-sftp-2.1.12
dropwizard-sftp-2.1.11
dropwizard-sftp-2.1.10
dropwizard-sftp-2.1.9
dropwizard-sftp-2.1.8
dropwizard-sftp-2.1.7
dropwizard-sftp-2.1.6
dropwizard-sftp-2.1.5
dropwizard-sftp-2.1.4
dropwizard-sftp-2.1.3
dropwizard-sftp-2.1.2
dropwizard-sftp-2.1.1
dropwizard-sftp-2.1.0
2.0.x
dropwizard-sftp-2.0.20
dropwizard-sftp-2.0.13-2
dropwizard-sftp-2.0.12-2
dropwizard-sftp-2.0.0-4
dropwizard-sftp-2.0.0-2
dropwizard-sftp-2.0.0-1
1.3.x
dropwizard-sftp-1.3.17-1
dropwizard-sftp-1.3.9-2
dropwizard-sftp-1.3.9-1
dropwizard-sftp-1.3.8-5
dropwizard-sftp-1.3.8-4
dropwizard-sftp-1.3.8-3
dropwizard-sftp-1.3.8-2
dropwizard-sftp-1.3.8-1
dropwizard-sftp-1.3.8
1.2.x
dropwizard-sftp-1.2.1
dropwizard-sftp-1.2.0
1.1.x
dropwizard-sftp-1.1.3
dropwizard-sftp-1.1.2

How to add a dependency to Maven

Add the following org.dhatim : dropwizard-sftp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>dropwizard-sftp</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dhatim : dropwizard-sftp gradle dependency to your build.gradle file:

implementation 'org.dhatim:dropwizard-sftp:4.0.1'

Gradle Kotlin DSL: Add the following org.dhatim : dropwizard-sftp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dhatim:dropwizard-sftp:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dhatim : dropwizard-sftp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dhatim" % "dropwizard-sftp" % "4.0.1"

Advertisement