rdp4j
Remote Directory Poller for Java ([User Guide] (https://github.com/drapostolos/rdp4j/wiki/User-Guide)).
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.drapostolos |
| ArtifactId | ArtifactIdrdp4j |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRDP4J
This library provides a Java SPI for polling directories on a REMOTE filesystem.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rdp4j-0.2.1.pom | |
| rdp4j-0.2.1.jar | 33 KB |
| rdp4j-0.2.1-sources.jar | 25 KB |
| rdp4j-0.2.1-javadoc.jar | 157 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.drapostolos/rdp4j/ -->
<dependency>
<groupId>com.github.drapostolos</groupId>
<artifactId>rdp4j</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.drapostolos/rdp4j/
implementation 'com.github.drapostolos:rdp4j:0.2.1'
// https://jarcasting.com/artifacts/com.github.drapostolos/rdp4j/
implementation ("com.github.drapostolos:rdp4j:0.2.1")
'com.github.drapostolos:rdp4j:jar:0.2.1'
<dependency org="com.github.drapostolos" name="rdp4j" rev="0.2.1">
<artifact name="rdp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.drapostolos', module='rdp4j', version='0.2.1')
)
libraryDependencies += "com.github.drapostolos" % "rdp4j" % "0.2.1"
[com.github.drapostolos/rdp4j "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.21 |
| junit : junit | jar | 4.12 |
| org.powermock : powermock-api-mockito | jar | 1.6.5 |
| org.powermock : powermock-module-junit4 | jar | 1.6.5 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.assertj : assertj-core | jar | 1.7.1 |
Remote Directory Poller for Java ([User Guide] (https://github.com/drapostolos/rdp4j/wiki/User-Guide)).