Skip to content

Latest commit

 

History

History

openai-client-bom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OpenAI API Kotlin Client BOM

Client BOM module, can be used to control the dependency versions of direct and transitive dependencies:

dependencies {
    // import Kotlin API client BOM
    implementation platform('com.aallam.openai:openai-client-bom:<version>')

    // define dependencies without versions
    implementation 'com.aallam.openai:openai-client'
    implementation 'io.ktor:ktor-client-okhttp'
}