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