| License |
License |
|---|---|
| GroupId | GroupIdcom.sshtools |
| ArtifactId | ArtifactIdvfs-nfs |
| Version | Version3.0.2 |
| Type | Typejar |
| Description |
DescriptionNFS Commons VFS Provider
An NFS VFS provider.
|
| Filename | Size |
|---|---|
| vfs-nfs-3.0.2.pom | |
| vfs-nfs-3.0.2.jar | 14 KB |
| vfs-nfs-3.0.2-sources.jar | 7 KB |
| vfs-nfs-3.0.2-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-nfs/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>vfs-nfs</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-nfs/
implementation 'com.sshtools:vfs-nfs:3.0.2'
// https://jarcasting.com/artifacts/com.sshtools/vfs-nfs/
implementation ("com.sshtools:vfs-nfs:3.0.2")
'com.sshtools:vfs-nfs:jar:3.0.2'
<dependency org="com.sshtools" name="vfs-nfs" rev="3.0.2">
<artifact name="vfs-nfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-nfs', version='3.0.2')
)
libraryDependencies += "com.sshtools" % "vfs-nfs" % "3.0.2"
[com.sshtools/vfs-nfs "3.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 |
| org.apache.commons : commons-vfs2 | jar | 2.1 |
| com.sshtools » nfs-client-java | jar | 0.0.1-SNAPSHOT |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |