| GroupId | GroupIdfr.perigee |
|---|---|
| ArtifactId | ArtifactIdcommons-vfs-webdav-sardine |
| Version | Version0.0.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.perigee/commons-vfs-webdav-sardine/ -->
<dependency>
<groupId>fr.perigee</groupId>
<artifactId>commons-vfs-webdav-sardine</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.perigee/commons-vfs-webdav-sardine/
implementation 'fr.perigee:commons-vfs-webdav-sardine:0.0.2'
// https://jarcasting.com/artifacts/fr.perigee/commons-vfs-webdav-sardine/
implementation ("fr.perigee:commons-vfs-webdav-sardine:0.0.2")
'fr.perigee:commons-vfs-webdav-sardine:jar:0.0.2'
<dependency org="fr.perigee" name="commons-vfs-webdav-sardine" rev="0.0.2">
<artifact name="commons-vfs-webdav-sardine" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.perigee', module='commons-vfs-webdav-sardine', version='0.0.2')
)
libraryDependencies += "fr.perigee" % "commons-vfs-webdav-sardine" % "0.0.2"
[fr.perigee/commons-vfs-webdav-sardine "0.0.2"]