| GroupId | GroupIdcom.sshtools |
|---|---|
| ArtifactId | ArtifactIdvfs-smb-ng |
| Version | Version3.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vfs-smb-ng-3.1.0.pom | |
| vfs-smb-ng-3.1.0.jar | 18 KB |
| vfs-smb-ng-3.1.0-sources.jar | 11 KB |
| vfs-smb-ng-3.1.0-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-smb-ng/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>vfs-smb-ng</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-smb-ng/
implementation 'com.sshtools:vfs-smb-ng:3.1.0'
// https://jarcasting.com/artifacts/com.sshtools/vfs-smb-ng/
implementation ("com.sshtools:vfs-smb-ng:3.1.0")
'com.sshtools:vfs-smb-ng:jar:3.1.0'
<dependency org="com.sshtools" name="vfs-smb-ng" rev="3.1.0">
<artifact name="vfs-smb-ng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-smb-ng', version='3.1.0')
)
libraryDependencies += "com.sshtools" % "vfs-smb-ng" % "3.1.0"
[com.sshtools/vfs-smb-ng "3.1.0"]