License |
License |
---|---|
GroupId | GroupIdorg.jugs.webdav |
ArtifactId | ArtifactIdwebdav |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWebDAV Support
Provides module webdav-jaxrs for easier implementation of WebDAV based JAX-RS applications.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
webdav-2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jugs.webdav/webdav/ -->
<dependency>
<groupId>org.jugs.webdav</groupId>
<artifactId>webdav</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jugs.webdav/webdav/
implementation 'org.jugs.webdav:webdav:2.1'
// https://jarcasting.com/artifacts/org.jugs.webdav/webdav/
implementation ("org.jugs.webdav:webdav:2.1")
'org.jugs.webdav:webdav:pom:2.1'
<dependency org="org.jugs.webdav" name="webdav" rev="2.1">
<artifact name="webdav" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jugs.webdav', module='webdav', version='2.1')
)
libraryDependencies += "org.jugs.webdav" % "webdav" % "2.1"
[org.jugs.webdav/webdav "2.1"]