Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.dhatim |
ArtifactId | ArtifactIddropwizard-sftp |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-sftp-1.2.0.pom | |
dropwizard-sftp-1.2.0.jar | 48 KB |
dropwizard-sftp-1.2.0-sources.jar | 23 KB |
dropwizard-sftp-1.2.0-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-sftp</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation 'org.dhatim:dropwizard-sftp:1.2.0'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation ("org.dhatim:dropwizard-sftp:1.2.0")
'org.dhatim:dropwizard-sftp:jar:1.2.0'
<dependency org="org.dhatim" name="dropwizard-sftp" rev="1.2.0">
<artifact name="dropwizard-sftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-sftp', version='1.2.0')
)
libraryDependencies += "org.dhatim" % "dropwizard-sftp" % "1.2.0"
[org.dhatim/dropwizard-sftp "1.2.0"]