Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.theokanning.openai-gpt3-java |
ArtifactId | ArtifactIdclient |
Version | Version0.0.0 |
Type | Typejar |
Filename | Size |
---|---|
client-0.0.0.pom | |
client-0.0.0.jar | 3 KB |
client-0.0.0-sources.jar | 2 KB |
client-0.0.0-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.theokanning.openai-gpt3-java/client/ -->
<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>client</artifactId>
<version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.theokanning.openai-gpt3-java/client/
implementation 'com.theokanning.openai-gpt3-java:client:0.0.0'
// https://jarcasting.com/artifacts/com.theokanning.openai-gpt3-java/client/
implementation ("com.theokanning.openai-gpt3-java:client:0.0.0")
'com.theokanning.openai-gpt3-java:client:jar:0.0.0'
<dependency org="com.theokanning.openai-gpt3-java" name="client" rev="0.0.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theokanning.openai-gpt3-java', module='client', version='0.0.0')
)
libraryDependencies += "com.theokanning.openai-gpt3-java" % "client" % "0.0.0"
[com.theokanning.openai-gpt3-java/client "0.0.0"]