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