MVN

cn.jianwoo.openai : ChatGpt-API-SDK

Maven & Gradle

Jun 18, 2023
7 stars

fundebug-java-notifier · openAI/chatGpt User name and password Authorized login The jar package is encapsulated

<dependency>
    <groupId>cn.jianwoo.openai</groupId>
    <artifactId>ChatGpt-API-SDK</artifactId>
    <version>1.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jianwoo.openai : ChatGpt-API-SDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of cn.jianwoo.openai : ChatGpt-API-SDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ChatGpt-API-SDK-1.0.13
ChatGpt-API-SDK-1.0.12
ChatGpt-API-SDK-1.0.11
ChatGpt-API-SDK-1.0.10
ChatGpt-API-SDK-1.0.9
ChatGpt-API-SDK-1.0.8
ChatGpt-API-SDK-1.0.7
ChatGpt-API-SDK-1.0.6
ChatGpt-API-SDK-1.0.5
ChatGpt-API-SDK-1.0.4
ChatGpt-API-SDK-1.0.3
ChatGpt-API-SDK-1.0.2
ChatGpt-API-SDK-1.0.1
ChatGpt-API-SDK-1.0.0

How to add a dependency to Maven

Add the following cn.jianwoo.openai : ChatGpt-API-SDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.jianwoo.openai</groupId>
    <artifactId>ChatGpt-API-SDK</artifactId>
    <version>1.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jianwoo.openai : ChatGpt-API-SDK gradle dependency to your build.gradle file:

implementation 'cn.jianwoo.openai:ChatGpt-API-SDK:1.0.13'

Gradle Kotlin DSL: Add the following cn.jianwoo.openai : ChatGpt-API-SDK gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jianwoo.openai:ChatGpt-API-SDK:1.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jianwoo.openai : ChatGpt-API-SDK sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jianwoo.openai" % "ChatGpt-API-SDK" % "1.0.13"