s

shared-native

OpenAI Bindings written in Kotlin
https://github.com/henrymxu/openai-kotlin
MIT License
Henry Xu
Files download
File Operation
shared-native-0.0.1.pom download
shared-native-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.henrymxu.openaikotlin</groupId>
  <artifactId>shared-native</artifactId>
  <version>0.0.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.henrymxu.openaikotlin:shared-native:0.0.1'
Gradle Kotlin
implementation("com.henrymxu.openaikotlin:shared-native:0.0.1")
Scala SBT
libraryDependencies += "com.henrymxu.openaikotlin" % "shared-native" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.henrymxu.openaikotlin', module='shared-native', version='0.0.1')
)
Apache Ivy
<dependency org="com.henrymxu.openaikotlin" name="shared-native" rev="0.0.1" />
Leiningen
[com.henrymxu.openaikotlin/shared-native "0.0.1"]
Apache Buildr
'com.henrymxu.openaikotlin:shared-native:jar:0.0.1'