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