GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-web-jcr-webdav |
Version | Version4.5.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>4.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-jcr-webdav/
implementation 'org.modeshape:modeshape-web-jcr-webdav:4.5.0.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-jcr-webdav/
implementation ("org.modeshape:modeshape-web-jcr-webdav:4.5.0.Final")
'org.modeshape:modeshape-web-jcr-webdav:jar:4.5.0.Final'
<dependency org="org.modeshape" name="modeshape-web-jcr-webdav" rev="4.5.0.Final">
<artifact name="modeshape-web-jcr-webdav" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-web-jcr-webdav', version='4.5.0.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-web-jcr-webdav" % "4.5.0.Final"
[org.modeshape/modeshape-web-jcr-webdav "4.5.0.Final"]