Files download
File Operation
file-0.1.0-beta03.jar download
file-0.1.0-beta03.pom download
file-0.1.0-beta03-sources.jar download
Apache Maven
<dependency>
  <groupId>io.matthewnelson.kmp-file</groupId>
  <artifactId>file</artifactId>
  <version>0.1.0-beta03</version>
</dependency>
Gradle Groovy
implementation 'io.matthewnelson.kmp-file:file:0.1.0-beta03'
Gradle Kotlin
implementation("io.matthewnelson.kmp-file:file:0.1.0-beta03")
Scala SBT
libraryDependencies += "io.matthewnelson.kmp-file" % "file" % "0.1.0-beta03"
Groovy Grape
@Grapes(
  @Grab(group='io.matthewnelson.kmp-file', module='file', version='0.1.0-beta03')
)
Apache Ivy
<dependency org="io.matthewnelson.kmp-file" name="file" rev="0.1.0-beta03" />
Leiningen
[io.matthewnelson.kmp-file/file "0.1.0-beta03"]
Apache Buildr
'io.matthewnelson.kmp-file:file:jar:0.1.0-beta03'