openai/openai-java

Public

mirrored from https://github.com/openai/openai-javaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.7.3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

build.gradle.kts

10lines · modecode

1plugins {
2
3}
4
5allprojects {
6 group = "com.openai"
7 version = "0.7.3" // x-release-please-version
8}
9
10
11