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