jar

io.github.akang943578 : java-bard-api

Maven & Gradle

Jun 19, 2023

java-bard-api · The java package that returns response of [Google Bard](https://bard.google.com/) through value of cookie.

Table Of Contents

Latest Version

Download io.github.akang943578 : java-bard-api JAR file - Latest Versions:

All Versions

Download io.github.akang943578 : java-bard-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.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 java-bard-api-1.3.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.api.bard.model

├─ com.api.bard.model.Answer.class - [JAR]

├─ com.api.bard.model.Question.class - [JAR]

com.api.bard.translator

├─ com.api.bard.translator.GoogleTranslatorAdaptor.class - [JAR]

├─ com.api.bard.translator.IBardTranslator.class - [JAR]

com.api.bard.exception

├─ com.api.bard.exception.BardApiException.class - [JAR]

├─ com.api.bard.exception.BardTranslateException.class - [JAR]

com.api.bard

├─ com.api.bard.BardClient.class - [JAR]

├─ com.api.bard.IBardClient.class - [JAR]