| License | License | 
|---|---|
| GroupId | GroupIdcom.sshtools | 
| ArtifactId | ArtifactIdvfs-ext | 
| Last Version | Last Version3.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCommons VFS extensions Commons VFS extensions and utilities | 
| Filename | Size | 
|---|---|
| vfs-ext-3.2.0.pom | |
| vfs-ext-3.2.0.jar | 17 KB | 
| vfs-ext-3.2.0-sources.jar | 5 KB | 
| vfs-ext-3.2.0-javadoc.jar | 44 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-ext/ -->
<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>vfs-ext</artifactId>
    <version>3.2.0</version>
</dependency>// https://jarcasting.com/artifacts/com.sshtools/vfs-ext/
implementation 'com.sshtools:vfs-ext:3.2.0'// https://jarcasting.com/artifacts/com.sshtools/vfs-ext/
implementation ("com.sshtools:vfs-ext:3.2.0")'com.sshtools:vfs-ext:jar:3.2.0'<dependency org="com.sshtools" name="vfs-ext" rev="3.2.0">
  <artifact name="vfs-ext" type="jar" />
</dependency>@Grapes(
@Grab(group='com.sshtools', module='vfs-ext', version='3.2.0')
)libraryDependencies += "com.sshtools" % "vfs-ext" % "3.2.0"[com.sshtools/vfs-ext "3.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 | 
| org.apache.commons : commons-vfs2 | jar | 2.6.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |