| Категории |
КатегорииDropWizard Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.dhatim |
| Идентификатор | Идентификаторdropwizard-sftp |
| Версия | Версия2.0.0-2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dropwizard-sftp-2.0.0-2.pom | |
| dropwizard-sftp-2.0.0-2.jar | 44 KB |
| dropwizard-sftp-2.0.0-2-sources.jar | 19 KB |
| dropwizard-sftp-2.0.0-2-javadoc.jar | 506 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-sftp</artifactId>
<version>2.0.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation 'org.dhatim:dropwizard-sftp:2.0.0-2'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sftp/
implementation ("org.dhatim:dropwizard-sftp:2.0.0-2")
'org.dhatim:dropwizard-sftp:jar:2.0.0-2'
<dependency org="org.dhatim" name="dropwizard-sftp" rev="2.0.0-2">
<artifact name="dropwizard-sftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-sftp', version='2.0.0-2')
)
libraryDependencies += "org.dhatim" % "dropwizard-sftp" % "2.0.0-2"
[org.dhatim/dropwizard-sftp "2.0.0-2"]