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