| License |
License |
|---|---|
| GroupId | GroupIdcom.sshtools |
| ArtifactId | ArtifactIdvfs-smb-ng |
| Last Version | Last Version3.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSMB VFS
Commons VFS provider for Windows Networking using jcifs-ng https://github.com/AgNO3/jcifs-ng
|
| Filename | Size |
|---|---|
| vfs-smb-ng-3.2.0.pom | |
| vfs-smb-ng-3.2.0.jar | 18 KB |
| vfs-smb-ng-3.2.0-sources.jar | 11 KB |
| vfs-smb-ng-3.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-smb-ng/
implementation 'com.sshtools:vfs-smb-ng:3.2.0'
// https://jarcasting.com/artifacts/com.sshtools/vfs-smb-ng/
implementation ("com.sshtools:vfs-smb-ng:3.2.0")
'com.sshtools:vfs-smb-ng:jar:3.2.0'
<dependency org="com.sshtools" name="vfs-smb-ng" rev="3.2.0">
<artifact name="vfs-smb-ng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-smb-ng', version='3.2.0')
)
libraryDependencies += "com.sshtools" % "vfs-smb-ng" % "3.2.0"
[com.sshtools/vfs-smb-ng "3.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 |
| org.apache.commons : commons-vfs2 | jar | 2.6.0 |
| eu.agno3.jcifs : jcifs-ng | jar | 2.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |