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