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