is not current version
Last Version 0.6.0

com.theokanning.openai-gpt3-java:client 0.3.0

Basic retrofit client for OpenAI's GPT-3 API

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.theokanning.openai-gpt3-java
ArtifactId

ArtifactId

client
Version

Version

0.3.0
Type

Type

jar

Download client 0.3.0


<!-- https://jarcasting.com/artifacts/com.theokanning.openai-gpt3-java/client/ -->
<dependency>
    <groupId>com.theokanning.openai-gpt3-java</groupId>
    <artifactId>client</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.theokanning.openai-gpt3-java/client/
implementation 'com.theokanning.openai-gpt3-java:client:0.3.0'
// https://jarcasting.com/artifacts/com.theokanning.openai-gpt3-java/client/
implementation ("com.theokanning.openai-gpt3-java:client:0.3.0")
'com.theokanning.openai-gpt3-java:client:jar:0.3.0'
<dependency org="com.theokanning.openai-gpt3-java" name="client" rev="0.3.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theokanning.openai-gpt3-java', module='client', version='0.3.0')
)
libraryDependencies += "com.theokanning.openai-gpt3-java" % "client" % "0.3.0"
[com.theokanning.openai-gpt3-java/client "0.3.0"]