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