is not current version
Last Version 2.4.1.1

com.github.abashev:commons-vfs2 2.2-20181130

Apache Commons VFS is a Virtual File System library.

GroupId

GroupId

com.github.abashev
ArtifactId

ArtifactId

commons-vfs2
Version

Version

2.2-20181130
Type

Type

jar

Download commons-vfs2 2.2-20181130


<!-- https://jarcasting.com/artifacts/com.github.abashev/commons-vfs2/ -->
<dependency>
    <groupId>com.github.abashev</groupId>
    <artifactId>commons-vfs2</artifactId>
    <version>2.2-20181130</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abashev/commons-vfs2/
implementation 'com.github.abashev:commons-vfs2:2.2-20181130'
// https://jarcasting.com/artifacts/com.github.abashev/commons-vfs2/
implementation ("com.github.abashev:commons-vfs2:2.2-20181130")
'com.github.abashev:commons-vfs2:jar:2.2-20181130'
<dependency org="com.github.abashev" name="commons-vfs2" rev="2.2-20181130">
  <artifact name="commons-vfs2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abashev', module='commons-vfs2', version='2.2-20181130')
)
libraryDependencies += "com.github.abashev" % "commons-vfs2" % "2.2-20181130"
[com.github.abashev/commons-vfs2 "2.2-20181130"]