| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.tetradotoxina |
| Идентификатор | Идентификаторgtts4j |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
Описаниеgtts4j
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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gtts4j-2.0.0.pom | |
| gtts4j-2.0.0.jar | 29 KB |
| gtts4j-2.0.0-sources.jar | 10 KB |
| gtts4j-2.0.0-javadoc.jar | 118 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tetradotoxina/gtts4j/ -->
<dependency>
<groupId>com.tetradotoxina</groupId>
<artifactId>gtts4j</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tetradotoxina/gtts4j/
implementation 'com.tetradotoxina:gtts4j:2.0.0'
// https://jarcasting.com/artifacts/com.tetradotoxina/gtts4j/
implementation ("com.tetradotoxina:gtts4j:2.0.0")
'com.tetradotoxina:gtts4j:jar:2.0.0'
<dependency org="com.tetradotoxina" name="gtts4j" rev="2.0.0">
<artifact name="gtts4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tetradotoxina', module='gtts4j', version='2.0.0')
)
libraryDependencies += "com.tetradotoxina" % "gtts4j" % "2.0.0"
[com.tetradotoxina/gtts4j "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jsoup : jsoup | jar | 1.14.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |