MVN

cn.jianwoo.openai : openAiAuth

Maven & Gradle

Mar 06, 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>openAiAuth</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.7

All Versions

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

Version Vulnerabilities Updated
1.0.x
openAiAuth-1.0.7
openAiAuth-1.0.6
openAiAuth-1.0.5
openAiAuth-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.jianwoo.openai</groupId>
    <artifactId>openAiAuth</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jianwoo.openai : openAiAuth gradle dependency to your build.gradle file:

implementation 'cn.jianwoo.openai:openAiAuth:1.0.6'

Gradle Kotlin DSL: Add the following cn.jianwoo.openai : openAiAuth gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jianwoo.openai:openAiAuth:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jianwoo.openai : openAiAuth sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jianwoo.openai" % "openAiAuth" % "1.0.6"