MVN

com.github.javasync : RxIo

Maven & Gradle

Dec 20, 2022
25 stars

Asynchronous non-blocking File Reader and Writer library for Java. · The AsyncFiles class allows Java applications to easily read/write files asynchronously and without blocking. This is an equivalent to the standard JDK Files class but using non-blocking IO.

<dependency>
    <groupId>com.github.javasync</groupId>
    <artifactId>RxIo</artifactId>
    <version>1.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.javasync : RxIo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.6

All Versions

Choose a version of com.github.javasync : RxIo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
RxIo-1.2.6
RxIo-1.2.5
RxIo-1.2.4
RxIo-1.2.3
RxIo-1.2.2
RxIo-1.2.1
RxIo-1.2.0
1.1.x
RxIo-1.1.7
RxIo-1.1.6
RxIo-1.1.5
RxIo-1.1.4
RxIo-1.1.3

How to add a dependency to Maven

Add the following com.github.javasync : RxIo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.javasync</groupId>
    <artifactId>RxIo</artifactId>
    <version>1.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.javasync : RxIo gradle dependency to your build.gradle file:

implementation 'com.github.javasync:RxIo:1.2.6'

Gradle Kotlin DSL: Add the following com.github.javasync : RxIo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.javasync:RxIo:1.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.javasync : RxIo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.javasync" % "RxIo" % "1.2.6"

Advertisement