f

file-iosarm64

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
文件下载
文件名 操作
file-iosarm64-0.1.0-alpha05.pom 下载
file-iosarm64-0.1.0-alpha05-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.matthewnelson.kmp-file</groupId>
  <artifactId>file-iosarm64</artifactId>
  <version>0.1.0-alpha05</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.matthewnelson.kmp-file:file-iosarm64:0.1.0-alpha05'
Gradle Kotlin
implementation("io.matthewnelson.kmp-file:file-iosarm64:0.1.0-alpha05")
Scala SBT
libraryDependencies += "io.matthewnelson.kmp-file" % "file-iosarm64" % "0.1.0-alpha05"
Groovy Grape
@Grapes(
  @Grab(group='io.matthewnelson.kmp-file', module='file-iosarm64', version='0.1.0-alpha05')
)
Apache Ivy
<dependency org="io.matthewnelson.kmp-file" name="file-iosarm64" rev="0.1.0-alpha05" />
Leiningen
[io.matthewnelson.kmp-file/file-iosarm64 "0.1.0-alpha05"]
Apache Buildr
'io.matthewnelson.kmp-file:file-iosarm64:jar:0.1.0-alpha05'