Files download
File Operation
jio-exp-3.0.0-RC2.jar download
jio-exp-3.0.0-RC2.pom download
jio-exp-3.0.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.imrafaelmerino</groupId>
  <artifactId>jio-exp</artifactId>
  <version>3.0.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'com.github.imrafaelmerino:jio-exp:3.0.0-RC2'
Gradle Kotlin
implementation("com.github.imrafaelmerino:jio-exp:3.0.0-RC2")
Scala SBT
libraryDependencies += "com.github.imrafaelmerino" % "jio-exp" % "3.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.imrafaelmerino', module='jio-exp', version='3.0.0-RC2')
)
Apache Ivy
<dependency org="com.github.imrafaelmerino" name="jio-exp" rev="3.0.0-RC2" />
Leiningen
[com.github.imrafaelmerino/jio-exp "3.0.0-RC2"]
Apache Buildr
'com.github.imrafaelmerino:jio-exp:jar:3.0.0-RC2'