| License |
License |
|---|---|
| GroupId | GroupIdcom.tetradotoxina |
| ArtifactId | ArtifactIdgtts4j |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptiongtts4j
Convert text to speech using Google Translate results returning an mp3 file or you can manipulate the audio bits as well. When working with Google Translate the translation has also been integrated
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gtts4j-1.0.0.pom | |
| gtts4j-1.0.0.jar | 29 KB |
| gtts4j-1.0.0-sources.jar | 9 KB |
| gtts4j-1.0.0-javadoc.jar | 461 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tetradotoxina/gtts4j/ -->
<dependency>
<groupId>com.tetradotoxina</groupId>
<artifactId>gtts4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tetradotoxina/gtts4j/
implementation 'com.tetradotoxina:gtts4j:1.0.0'
// https://jarcasting.com/artifacts/com.tetradotoxina/gtts4j/
implementation ("com.tetradotoxina:gtts4j:1.0.0")
'com.tetradotoxina:gtts4j:jar:1.0.0'
<dependency org="com.tetradotoxina" name="gtts4j" rev="1.0.0">
<artifact name="gtts4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tetradotoxina', module='gtts4j', version='1.0.0')
)
libraryDependencies += "com.tetradotoxina" % "gtts4j" % "1.0.0"
[com.tetradotoxina/gtts4j "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsoup : jsoup | jar | 1.14.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |