WebDAV Support for JAX-RS

Provides classes for easier implementation of WebDAV based JAX-RS applications.

License

License

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.dev.webdav
ArtifactId

ArtifactId

webdav-jaxrs
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

WebDAV Support for JAX-RS
Provides classes for easier implementation of WebDAV based JAX-RS applications.
Project Organization

Project Organization

The java.net WebDAV Project

Download webdav-jaxrs

How to add to project

<!-- https://jarcasting.com/artifacts/net.java.dev.webdav/webdav-jaxrs/ -->
<dependency>
    <groupId>net.java.dev.webdav</groupId>
    <artifactId>webdav-jaxrs</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev.webdav/webdav-jaxrs/
implementation 'net.java.dev.webdav:webdav-jaxrs:1.2.1'
// https://jarcasting.com/artifacts/net.java.dev.webdav/webdav-jaxrs/
implementation ("net.java.dev.webdav:webdav-jaxrs:1.2.1")
'net.java.dev.webdav:webdav-jaxrs:jar:1.2.1'
<dependency org="net.java.dev.webdav" name="webdav-jaxrs" rev="1.2.1">
  <artifact name="webdav-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev.webdav', module='webdav-jaxrs', version='1.2.1')
)
libraryDependencies += "net.java.dev.webdav" % "webdav-jaxrs" % "1.2.1"
[net.java.dev.webdav/webdav-jaxrs "1.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.ws.rs : jsr311-api jar [1.1,1.2)

test (4)

Group / Artifact Type Version
org.powermock : powermock-module-junit4 jar 1.5.2
junit : junit jar 4.10
org.hamcrest : hamcrest-core jar 1.2.1
org.xmlmatchers : xml-matchers jar 0.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2
1.1.1
1.1
1.0