openai/openai-java
Publicmirrored from https://github.com/openai/openai-javaAvailable
openai-java-client-okhttp/build.gradle.kts
15lines · modeblame
af9f9a27Robert Craigie2 years ago | 1 | plugins { |
| 2 | id("openai.kotlin") | |
| 3 | id("openai.publish") | |
| 4 | } | |
| 5 | | |
| 6 | dependencies { | |
| 7 | api(project(":openai-java-core")) | |
| 8 | | |
| 9 | implementation("com.squareup.okhttp3:okhttp:4.12.0") | |
7944e86cstainless-app[bot]1 years ago | 10 | implementation("com.squareup.okhttp3:logging-interceptor:4.12.0") |
af9f9a27Robert Craigie2 years ago | 11 | |
| 12 | testImplementation(kotlin("test")) | |
5bb43368stainless-app[bot]5 months ago | 13 | testImplementation("org.assertj:assertj-core:3.27.7") |
c665e21cstainless-app[bot]8 months ago | 14 | testImplementation("com.github.tomakehurst:wiremock-jre8:2.35.2") |
af9f9a27Robert Craigie2 years ago | 15 | } |