MVN

br.com.rcaneppele : simple-openai-client

Maven & Gradle

Jan 09, 2024

simple-openai-client · A simple Java library for seamless integration of your Java applications with OpenAI API

<dependency>
    <groupId>br.com.rcaneppele</groupId>
    <artifactId>simple-openai-client</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.rcaneppele : simple-openai-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of br.com.rcaneppele : simple-openai-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
simple-openai-client-1.3.0
1.2.x
simple-openai-client-1.2.0
1.1.x
simple-openai-client-1.1.0
1.0.x
simple-openai-client-1.0.4
simple-openai-client-1.0.3
simple-openai-client-1.0.2

How to add a dependency to Maven

Add the following br.com.rcaneppele : simple-openai-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.rcaneppele</groupId>
    <artifactId>simple-openai-client</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.rcaneppele : simple-openai-client gradle dependency to your build.gradle file:

implementation 'br.com.rcaneppele:simple-openai-client:1.3.0'

Gradle Kotlin DSL: Add the following br.com.rcaneppele : simple-openai-client gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.rcaneppele:simple-openai-client:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.rcaneppele : simple-openai-client sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.rcaneppele" % "simple-openai-client" % "1.3.0"