| GroupId | GroupIdcom.github.houbb |
|---|---|
| ArtifactId | ArtifactIdtts |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tts-0.0.2.pom | |
| tts-0.0.2.jar | 96 MB |
| tts-0.0.2-sources.jar | 96 MB |
| tts-0.0.2-javadoc.jar | 184 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/tts/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>tts</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/tts/
implementation 'com.github.houbb:tts:0.0.2'
// https://jarcasting.com/artifacts/com.github.houbb/tts/
implementation ("com.github.houbb:tts:0.0.2")
'com.github.houbb:tts:jar:0.0.2'
<dependency org="com.github.houbb" name="tts" rev="0.0.2">
<artifact name="tts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='tts', version='0.0.2')
)
libraryDependencies += "com.github.houbb" % "tts" % "0.0.2"
[com.github.houbb/tts "0.0.2"]