GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-webdav |
Version | Version4.6.1.Final |
Type | Typejar |
Filename | Size |
---|---|
modeshape-webdav-4.6.1.Final.pom | |
modeshape-webdav-4.6.1.Final.jar | 100 KB |
modeshape-webdav-4.6.1.Final-sources.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-webdav/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-webdav</artifactId>
<version>4.6.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-webdav/
implementation 'org.modeshape:modeshape-webdav:4.6.1.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-webdav/
implementation ("org.modeshape:modeshape-webdav:4.6.1.Final")
'org.modeshape:modeshape-webdav:jar:4.6.1.Final'
<dependency org="org.modeshape" name="modeshape-webdav" rev="4.6.1.Final">
<artifact name="modeshape-webdav" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-webdav', version='4.6.1.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-webdav" % "4.6.1.Final"
[org.modeshape/modeshape-webdav "4.6.1.Final"]