| GroupId | GroupIdcom.github.dalet-oss |
|---|---|
| ArtifactId | ArtifactIdvfs-azure |
| Version | Version3.1.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vfs-azure-3.1.8.1.pom | |
| vfs-azure-3.1.8.1.jar | 18 KB |
| vfs-azure-3.1.8.1-sources.jar | 17 KB |
| vfs-azure-3.1.8.1-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dalet-oss/vfs-azure/ -->
<dependency>
<groupId>com.github.dalet-oss</groupId>
<artifactId>vfs-azure</artifactId>
<version>3.1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dalet-oss/vfs-azure/
implementation 'com.github.dalet-oss:vfs-azure:3.1.8.1'
// https://jarcasting.com/artifacts/com.github.dalet-oss/vfs-azure/
implementation ("com.github.dalet-oss:vfs-azure:3.1.8.1")
'com.github.dalet-oss:vfs-azure:jar:3.1.8.1'
<dependency org="com.github.dalet-oss" name="vfs-azure" rev="3.1.8.1">
<artifact name="vfs-azure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dalet-oss', module='vfs-azure', version='3.1.8.1')
)
libraryDependencies += "com.github.dalet-oss" % "vfs-azure" % "3.1.8.1"
[com.github.dalet-oss/vfs-azure "3.1.8.1"]