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