f

file-system-jvm

Polywrap FileSystem Plugin for JVM and Android
https://github.com/polywrap/file-system/implementations/kt
MIT
Kristofer Bitney
Files download
File Operation
file-system-jvm-0.10.4.jar download
file-system-jvm-0.10.4.pom download
file-system-jvm-0.10.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.polywrap.plugins</groupId>
  <artifactId>file-system-jvm</artifactId>
  <version>0.10.4</version>
</dependency>
Gradle Groovy
implementation 'io.polywrap.plugins:file-system-jvm:0.10.4'
Gradle Kotlin
implementation("io.polywrap.plugins:file-system-jvm:0.10.4")
Scala SBT
libraryDependencies += "io.polywrap.plugins" % "file-system-jvm" % "0.10.4"
Groovy Grape
@Grapes(
  @Grab(group='io.polywrap.plugins', module='file-system-jvm', version='0.10.4')
)
Apache Ivy
<dependency org="io.polywrap.plugins" name="file-system-jvm" rev="0.10.4" />
Leiningen
[io.polywrap.plugins/file-system-jvm "0.10.4"]
Apache Buildr
'io.polywrap.plugins:file-system-jvm:jar:0.10.4'