MVN

com.github.plexpt : chatgpt

Maven & Gradle

Jun 16, 2023
3.4k stars

chatgpt · ChatGPT4.0、 ChatGPT Java SDK.

<dependency>
    <groupId>com.github.plexpt</groupId>
    <artifactId>chatgpt</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.plexpt : chatgpt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of com.github.plexpt : chatgpt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
chatgpt-4.1.2
chatgpt-4.1.1
chatgpt-4.1.0
4.0.x
chatgpt-4.0.8
chatgpt-4.0.7
chatgpt-4.0.6
chatgpt-4.0.5
chatgpt-4.0.4
chatgpt-4.0.1
chatgpt-4.0.0
1.2.x
chatgpt-1.2.0
1.1.x
chatgpt-1.1.2
chatgpt-1.1.0
1.0.x
chatgpt-1.0.3
chatgpt-1.0.1
chatgpt-1.0.0

How to add a dependency to Maven

Add the following com.github.plexpt : chatgpt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.plexpt</groupId>
    <artifactId>chatgpt</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.plexpt : chatgpt gradle dependency to your build.gradle file:

implementation 'com.github.plexpt:chatgpt:4.1.2'

Gradle Kotlin DSL: Add the following com.github.plexpt : chatgpt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.plexpt:chatgpt:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.plexpt : chatgpt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.plexpt" % "chatgpt" % "4.1.2"

Advertisement