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