License |
License |
---|---|
GroupId | GroupIdorg.jugs.webdav |
ArtifactId | ArtifactIdwebdav-jaxrs |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionWebDAV Support for JAX-RS
Provides classes for easier implementation of WebDAV based JAX-RS applications.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
webdav-jaxrs-2.0.pom | |
webdav-jaxrs-2.0.jar | 83 KB |
webdav-jaxrs-2.0-sources.jar | 97 KB |
webdav-jaxrs-2.0-javadoc.jar | 858 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jugs.webdav/webdav-jaxrs/ -->
<dependency>
<groupId>org.jugs.webdav</groupId>
<artifactId>webdav-jaxrs</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jugs.webdav/webdav-jaxrs/
implementation 'org.jugs.webdav:webdav-jaxrs:2.0'
// https://jarcasting.com/artifacts/org.jugs.webdav/webdav-jaxrs/
implementation ("org.jugs.webdav:webdav-jaxrs:2.0")
'org.jugs.webdav:webdav-jaxrs:jar:2.0'
<dependency org="org.jugs.webdav" name="webdav-jaxrs" rev="2.0">
<artifact name="webdav-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jugs.webdav', module='webdav-jaxrs', version='2.0')
)
libraryDependencies += "org.jugs.webdav" % "webdav-jaxrs" % "2.0"
[org.jugs.webdav/webdav-jaxrs "2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-core | jar | 2.3.0.1 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
com.sun.xml.bind : jaxb-impl | jar | 2.3.1 |
javax.ws.rs : javax.ws.rs-api | jar | [2, 2.1) |
org.hamcrest : hamcrest-library | jar | [1.3, 2.0) |
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-module-junit4 | jar | 1.5.2 |
org.mockito : mockito-core | jar | 1.9.5 |
org.hamcrest : hamcrest-core | jar | [1.3, 2.0) |
org.xmlmatchers : xml-matchers | jar | 0.10 |
junit : junit | jar | 4.10 |