| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.drapostolos |
| Идентификатор | Идентификаторadp4j |
| Версия | Версия0.0.6 |
| Тип | Типjar |
| Описание |
Описаниеadp4j
This library provides a Java SPI for polling directories on a REMOTE filesystem/ftp servers (etc) for changes (like file-Added/Removed/Modified).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| adp4j-0.0.6.pom | |
| adp4j-0.0.6.jar | 34 KB |
| adp4j-0.0.6-sources.jar | 25 KB |
| adp4j-0.0.6-javadoc.jar | 163 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.drapostolos/adp4j/ -->
<dependency>
<groupId>com.github.drapostolos</groupId>
<artifactId>adp4j</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.drapostolos/adp4j/
implementation 'com.github.drapostolos:adp4j:0.0.6'
// https://jarcasting.com/artifacts/com.github.drapostolos/adp4j/
implementation ("com.github.drapostolos:adp4j:0.0.6")
'com.github.drapostolos:adp4j:jar:0.0.6'
<dependency org="com.github.drapostolos" name="adp4j" rev="0.0.6">
<artifact name="adp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.drapostolos', module='adp4j', version='0.0.6')
)
libraryDependencies += "com.github.drapostolos" % "adp4j" % "0.0.6"
[com.github.drapostolos/adp4j "0.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.easytesting : fest-assert-core | jar | 2.0M10 |
| org.powermock : powermock-module-junit4 | jar | 1.5.1 |
| org.powermock : powermock-api-mockito | jar | 1.5.1 |
| org.slf4j : slf4j-simple | jar | 1.7.5 |