GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-webdav-war |
Version | Version4.0.0.Beta1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-webdav-war/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-webdav-war</artifactId>
<version>4.0.0.Beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-webdav-war/
implementation 'org.modeshape:modeshape-webdav-war:4.0.0.Beta1'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-webdav-war/
implementation ("org.modeshape:modeshape-webdav-war:4.0.0.Beta1")
'org.modeshape:modeshape-webdav-war:war:4.0.0.Beta1'
<dependency org="org.modeshape" name="modeshape-webdav-war" rev="4.0.0.Beta1">
<artifact name="modeshape-webdav-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-webdav-war', version='4.0.0.Beta1')
)
libraryDependencies += "org.modeshape" % "modeshape-webdav-war" % "4.0.0.Beta1"
[org.modeshape/modeshape-webdav-war "4.0.0.Beta1"]