License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.aallam.openai |
ArtifactId | ArtifactIdopenai-client |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionOpenAI API Kotlin Client
OpenAI API Kotlin Client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
openai-client-1.1.0.pom | |
openai-client-1.1.0-javadoc.jar | 261 bytes |
openai-client-1.1.0-sources.jar | 20 KB |
openai-client-1.1.0-kotlin-tooling-metadata.json | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aallam.openai/openai-client/ -->
<dependency>
<groupId>com.aallam.openai</groupId>
<artifactId>openai-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aallam.openai/openai-client/
implementation 'com.aallam.openai:openai-client:1.1.0'
// https://jarcasting.com/artifacts/com.aallam.openai/openai-client/
implementation ("com.aallam.openai:openai-client:1.1.0")
'com.aallam.openai:openai-client:jar:1.1.0'
<dependency org="com.aallam.openai" name="openai-client" rev="1.1.0">
<artifact name="openai-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aallam.openai', module='openai-client', version='1.1.0')
)
libraryDependencies += "com.aallam.openai" % "openai-client" % "1.1.0"
[com.aallam.openai/openai-client "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.aallam.openai : openai-core | jar | 1.1.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 |
org.jetbrains.kotlinx : kotlinx-serialization-json | jar | 1.3.2 |
io.ktor : ktor-client-core | jar | 2.0.1 |
io.ktor : ktor-client-logging | jar | 2.0.1 |
io.ktor : ktor-client-auth | jar | 2.0.1 |
io.ktor : ktor-client-content-negotiation | jar | 2.0.1 |
io.ktor : ktor-serialization-kotlinx-json | jar | 2.0.1 |
com.squareup.okio : okio | jar | 3.1.0 |