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