- JDK 17+
- Maven 3.9+
mvn clean packagemvn exec:java -Dexec.mainClass="io.github.andrestubbe.fastio.Demo"mvn exec:java -Dexec.mainClass="io.github.andrestubbe.fastio.Benchmark"<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.andrestubbe</groupId>
<artifactId>fastio</artifactId>
<version>v1.0.0</version>
</dependency>
</dependencies>repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.andrestubbe:fastio:v1.0.0'
}See Releases Page