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