jar

org.ligboy.library : google-translate

Maven & Gradle

Mar 04, 2019

google-translate · Hack API for Google Translate.

Table Of Contents

Latest Version

Download org.ligboy.library : google-translate JAR file - Latest Versions:

All Versions

Download org.ligboy.library : google-translate JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.2.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 google-translate-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ligboy.translate.exception

├─ org.ligboy.translate.exception.IllegalTokenKeyException.class - [JAR]

├─ org.ligboy.translate.exception.RetrieveTokenKeyFailedException.class - [JAR]

├─ org.ligboy.translate.exception.TranslateFailedException.class - [JAR]

org.ligboy.translate.model

├─ org.ligboy.translate.model.TokenKey.class - [JAR]

├─ org.ligboy.translate.model.TranslateResult.class - [JAR]

org.ligboy.translate

├─ org.ligboy.translate.TokenGenerator.class - [JAR]

├─ org.ligboy.translate.Translate.class - [JAR]

├─ org.ligboy.translate.TranslateConverterFactory.class - [JAR]

├─ org.ligboy.translate.TranslateService.class - [JAR]

Advertisement