Files download
File Operation
root_2.12-0.0.4.jar download
root_2.12-0.0.4.pom download
root_2.12-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.openai4s</groupId>
  <artifactId>root_2.12</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.openai4s:root_2.12:0.0.4'
Gradle Kotlin
implementation("io.github.openai4s:root_2.12:0.0.4")
Scala SBT
libraryDependencies += "io.github.openai4s" % "root_2.12" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.openai4s', module='root_2.12', version='0.0.4')
)
Apache Ivy
<dependency org="io.github.openai4s" name="root_2.12" rev="0.0.4" />
Leiningen
[io.github.openai4s/root_2.12 "0.0.4"]
Apache Buildr
'io.github.openai4s:root_2.12:jar:0.0.4'