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