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