GroupId | GroupIdorg.ow2.weblab.components.content.webdav |
---|---|
ArtifactId | ArtifactIdwebdav-content-manager |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.components.content.webdav/webdav-content-manager/ -->
<dependency>
<groupId>org.ow2.weblab.components.content.webdav</groupId>
<artifactId>webdav-content-manager</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.components.content.webdav/webdav-content-manager/
implementation 'org.ow2.weblab.components.content.webdav:webdav-content-manager:0.0.2'
// https://jarcasting.com/artifacts/org.ow2.weblab.components.content.webdav/webdav-content-manager/
implementation ("org.ow2.weblab.components.content.webdav:webdav-content-manager:0.0.2")
'org.ow2.weblab.components.content.webdav:webdav-content-manager:jar:0.0.2'
<dependency org="org.ow2.weblab.components.content.webdav" name="webdav-content-manager" rev="0.0.2">
<artifact name="webdav-content-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.components.content.webdav', module='webdav-content-manager', version='0.0.2')
)
libraryDependencies += "org.ow2.weblab.components.content.webdav" % "webdav-content-manager" % "0.0.2"
[org.ow2.weblab.components.content.webdav/webdav-content-manager "0.0.2"]