License |
License |
---|---|
GroupId | GroupIdorg.jugs.webdav |
ArtifactId | ArtifactIdwebdav |
Version | Version2.0 |
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.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jugs.webdav/webdav/ -->
<dependency>
<groupId>org.jugs.webdav</groupId>
<artifactId>webdav</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jugs.webdav/webdav/
implementation 'org.jugs.webdav:webdav:2.0'
// https://jarcasting.com/artifacts/org.jugs.webdav/webdav/
implementation ("org.jugs.webdav:webdav:2.0")
'org.jugs.webdav:webdav:pom:2.0'
<dependency org="org.jugs.webdav" name="webdav" rev="2.0">
<artifact name="webdav" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jugs.webdav', module='webdav', version='2.0')
)
libraryDependencies += "org.jugs.webdav" % "webdav" % "2.0"
[org.jugs.webdav/webdav "2.0"]