Last Version

WebDAV Support for JAX-RS 1.1

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

jaxrs
Version

Version

1.1
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 jaxrs 1.1


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

Dependencies

compile (1)

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

Project Modules

There are no modules declared in this project.