f

file-watchosarm32

A simple File API for Kotlin Multiplatform modeled after java.io.File
https://github.com/05nelsonm/kmp-file/
The Apache Software License, Version 2.0
Matthew Nelson
Files download
File Operation
file-watchosarm32-0.1.0-alpha03.pom download
file-watchosarm32-0.1.0-alpha03-sources.jar download
Apache Maven
<dependency>
  <groupId>io.matthewnelson.kmp-file</groupId>
  <artifactId>file-watchosarm32</artifactId>
  <version>0.1.0-alpha03</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.matthewnelson.kmp-file:file-watchosarm32:0.1.0-alpha03'
Gradle Kotlin
implementation("io.matthewnelson.kmp-file:file-watchosarm32:0.1.0-alpha03")
Scala SBT
libraryDependencies += "io.matthewnelson.kmp-file" % "file-watchosarm32" % "0.1.0-alpha03"
Groovy Grape
@Grapes(
  @Grab(group='io.matthewnelson.kmp-file', module='file-watchosarm32', version='0.1.0-alpha03')
)
Apache Ivy
<dependency org="io.matthewnelson.kmp-file" name="file-watchosarm32" rev="0.1.0-alpha03" />
Leiningen
[io.matthewnelson.kmp-file/file-watchosarm32 "0.1.0-alpha03"]
Apache Buildr
'io.matthewnelson.kmp-file:file-watchosarm32:jar:0.1.0-alpha03'