MVN

me.archinamon : file-io-js

Maven & Gradle

Mar 09, 2023
6 stars

file-io · Kotlin/Native file IO library with standard java-io interface

<dependency>
    <groupId>me.archinamon</groupId>
    <artifactId>file-io-js</artifactId>
    <version>1.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.archinamon : file-io-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.6

All Versions

Choose a version of me.archinamon : file-io-js to add to Maven or Gradle - All Versions:

  • Version Updated
  • file-io-js-1.3.6

    Mar 09, 2023
  • file-io-js-1.3.5

    Jan 28, 2022
  • file-io-js-1.3.4

    Dec 10, 2021
  • file-io-js-1.3.3

    Nov 29, 2021
  • file-io-js-1.3.2

    Oct 03, 2021
  • file-io-js-1.3.1

    Oct 01, 2021
  • file-io-js-1.3.0

    Sep 24, 2021
  • file-io-js-1.2.2

    Jun 02, 2021

How to add a dependency to Maven

Add the following me.archinamon : file-io-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.archinamon</groupId>
    <artifactId>file-io-js</artifactId>
    <version>1.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.archinamon : file-io-js gradle dependency to your build.gradle file:

implementation 'me.archinamon:file-io-js:1.3.6'

Gradle Kotlin DSL: Add the following me.archinamon : file-io-js gradle kotlin dependency to your build.gradle.kts file:

implementation("me.archinamon:file-io-js:1.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.archinamon : file-io-js sbt scala dependency to your build.sbt file:

libraryDependencies += "me.archinamon" % "file-io-js" % "1.3.6"