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