i

iamsoft-locationfacade

Present uniform view of various filesystems. Poor man's Apache VFS (https://commons.apache.org/proper/commons-vfs).
https://www.iamsoft.com/detail/locationfacade
MIT License
CW
Files download
File Operation
iamsoft-locationfacade-21.0.0.jar download
iamsoft-locationfacade-21.0.0.pom download
iamsoft-locationfacade-21.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.iamsoft</groupId>
  <artifactId>iamsoft-locationfacade</artifactId>
  <version>21.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.iamsoft:iamsoft-locationfacade:21.0.0'
Gradle Kotlin
implementation("com.iamsoft:iamsoft-locationfacade:21.0.0")
Scala SBT
libraryDependencies += "com.iamsoft" % "iamsoft-locationfacade" % "21.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.iamsoft', module='iamsoft-locationfacade', version='21.0.0')
)
Apache Ivy
<dependency org="com.iamsoft" name="iamsoft-locationfacade" rev="21.0.0" />
Leiningen
[com.iamsoft/iamsoft-locationfacade "21.0.0"]
Apache Buildr
'com.iamsoft:iamsoft-locationfacade:jar:21.0.0'