| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.github.signed.inmemory.sftp |
| Идентификатор | Идентификаторsftp-server-junit |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеin memory infrastructure
A collection of easy to use in memory servers for testing.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sftp-server-junit-0.1.0.pom | |
| sftp-server-junit-0.1.0.jar | 6 KB |
| sftp-server-junit-0.1.0-tests.jar | 6 KB |
| sftp-server-junit-0.1.0-sources.jar | 1 KB |
| sftp-server-junit-0.1.0-javadoc.jar | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.signed.inmemory.sftp/sftp-server-junit/ -->
<dependency>
<groupId>com.github.signed.inmemory.sftp</groupId>
<artifactId>sftp-server-junit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.signed.inmemory.sftp/sftp-server-junit/
implementation 'com.github.signed.inmemory.sftp:sftp-server-junit:0.1.0'
// https://jarcasting.com/artifacts/com.github.signed.inmemory.sftp/sftp-server-junit/
implementation ("com.github.signed.inmemory.sftp:sftp-server-junit:0.1.0")
'com.github.signed.inmemory.sftp:sftp-server-junit:jar:0.1.0'
<dependency org="com.github.signed.inmemory.sftp" name="sftp-server-junit" rev="0.1.0">
<artifact name="sftp-server-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.signed.inmemory.sftp', module='sftp-server-junit', version='0.1.0')
)
libraryDependencies += "com.github.signed.inmemory.sftp" % "sftp-server-junit" % "0.1.0"
[com.github.signed.inmemory.sftp/sftp-server-junit "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.github.signed.inmemory.sftp » sftp-server | jar | 0.1.0-SNAPSHOT |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.schmizz : sshj | jar | 0.10.0 |
| org.slf4j : slf4j-simple | jar | 1.7.5 |