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