@Deprecated. See https://github.com/drapostolos/rdp4j instead.
License |
License |
---|---|
GroupId | GroupIdcom.github.drapostolos |
ArtifactId | ArtifactIdadp4j |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionadp4j
This library provides a Java SPI for polling directories on a REMOTE filesystem/ftp servers (etc) for changes (like file-Added/Removed/Modified).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
adp4j-0.0.6.pom | |
adp4j-0.0.6.jar | 34 KB |
adp4j-0.0.6-sources.jar | 24 KB |
adp4j-0.0.6-javadoc.jar | 163 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
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 |
@Deprecated. See https://github.com/drapostolos/rdp4j instead.