jar

com.tetradotoxina : gtts4j

Maven & Gradle

Jan 22, 2022

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

Table Of Contents

Latest Version

Download com.tetradotoxina : gtts4j JAR file - Latest Versions:

All Versions

Download com.tetradotoxina : gtts4j JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gtts4j-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tetradotoxina.gtts4j.service

├─ com.tetradotoxina.gtts4j.service.TranslationService.class - [JAR]

com.tetradotoxina.gtts4j.configuration

├─ com.tetradotoxina.gtts4j.configuration.GTTS4JConstant.class - [JAR]

├─ com.tetradotoxina.gtts4j.configuration.GTTS4JLang.class - [JAR]

com.tetradotoxina.gtts4j.impl

├─ com.tetradotoxina.gtts4j.impl.GTTS4JImpl.class - [JAR]

com.tetradotoxina.gtts4j.exception

├─ com.tetradotoxina.gtts4j.exception.GTTS4JException.class - [JAR]

com.tetradotoxina.gtts4j

├─ com.tetradotoxina.gtts4j.GTTS4J.class - [JAR]

com.tetradotoxina.gtts4j.service.impl

├─ com.tetradotoxina.gtts4j.service.impl.TraslateServiceImpl.class - [JAR]

com.tetradotoxina.gtts4j.util

├─ com.tetradotoxina.gtts4j.util.GTTS4JUtil.class - [JAR]

com.tetradotoxina.gtts4j.model

├─ com.tetradotoxina.gtts4j.model.AttributeResponse.class - [JAR]

├─ com.tetradotoxina.gtts4j.model.BatchExecuteRequest.class - [JAR]

├─ com.tetradotoxina.gtts4j.model.ConfigTranslation.class - [JAR]

├─ com.tetradotoxina.gtts4j.model.TranslationRequest.class - [JAR]

Advertisement