is not current version
Last Version 5.4.1.Final

org.modeshape:modeshape-webdav-war 3.8.1.Final

ModeShape Servlet WAR which allows integration testing of the default WebDav framework (forked from WebDAV-Servlet)

GroupId

GroupId

org.modeshape
ArtifactId

ArtifactId

modeshape-webdav-war
Version

Version

3.8.1.Final
Type

Type

war

Download modeshape-webdav-war 3.8.1.Final


<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-webdav-war/ -->
<dependency>
    <groupId>org.modeshape</groupId>
    <artifactId>modeshape-webdav-war</artifactId>
    <version>3.8.1.Final</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-webdav-war/
implementation 'org.modeshape:modeshape-webdav-war:3.8.1.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-webdav-war/
implementation ("org.modeshape:modeshape-webdav-war:3.8.1.Final")
'org.modeshape:modeshape-webdav-war:war:3.8.1.Final'
<dependency org="org.modeshape" name="modeshape-webdav-war" rev="3.8.1.Final">
  <artifact name="modeshape-webdav-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-webdav-war', version='3.8.1.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-webdav-war" % "3.8.1.Final"
[org.modeshape/modeshape-webdav-war "3.8.1.Final"]