GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-web-jcr-webdav |
Version | Version3.8.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-web-jcr-webdav/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-web-jcr-webdav</artifactId>
<version>3.8.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-jcr-webdav/
implementation 'org.modeshape:modeshape-web-jcr-webdav:3.8.0.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-jcr-webdav/
implementation ("org.modeshape:modeshape-web-jcr-webdav:3.8.0.Final")
'org.modeshape:modeshape-web-jcr-webdav:jar:3.8.0.Final'
<dependency org="org.modeshape" name="modeshape-web-jcr-webdav" rev="3.8.0.Final">
<artifact name="modeshape-web-jcr-webdav" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-web-jcr-webdav', version='3.8.0.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-web-jcr-webdav" % "3.8.0.Final"
[org.modeshape/modeshape-web-jcr-webdav "3.8.0.Final"]