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