Simple WebDav Client
Very basic client class for abstraction of DAV accesses
| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.crowdcode.webdav |
| ArtifactId | ArtifactIdsimple-webdav-client |
| Last Version | Last Version0.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimple WebDAV Client
Simple WebDAV abstraction making java use of Jackrabbit Lib more easy
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-webdav-client-0.0.6.pom | |
| simple-webdav-client-0.0.6.jar | 14 KB |
| simple-webdav-client-0.0.6-sources.jar | 8 KB |
| simple-webdav-client-0.0.6-javadoc.jar | 433 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.crowdcode.webdav/simple-webdav-client/ -->
<dependency>
<groupId>io.crowdcode.webdav</groupId>
<artifactId>simple-webdav-client</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.crowdcode.webdav/simple-webdav-client/
implementation 'io.crowdcode.webdav:simple-webdav-client:0.0.6'
// https://jarcasting.com/artifacts/io.crowdcode.webdav/simple-webdav-client/
implementation ("io.crowdcode.webdav:simple-webdav-client:0.0.6")
'io.crowdcode.webdav:simple-webdav-client:jar:0.0.6'
<dependency org="io.crowdcode.webdav" name="simple-webdav-client" rev="0.0.6">
<artifact name="simple-webdav-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.crowdcode.webdav', module='simple-webdav-client', version='0.0.6')
)
libraryDependencies += "io.crowdcode.webdav" % "simple-webdav-client" % "0.0.6"
[io.crowdcode.webdav/simple-webdav-client "0.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.jackrabbit : jackrabbit-webdav | jar | 2.17.5 |
| org.apache.httpcomponents : httpclient | jar | 4.5.9 |
| commons-io : commons-io | jar | 2.7 |
| org.json : json | jar | 20160810 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
Very basic client class for abstraction of DAV accesses