文件下载
文件名 操作
soundbound-extensions-lib-js-0.14.pom 下载
soundbound-extensions-lib-js-0.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.shabinder</groupId>
  <artifactId>soundbound-extensions-lib-js</artifactId>
  <version>0.14</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.shabinder:soundbound-extensions-lib-js:0.14'
Gradle Kotlin
implementation("io.github.shabinder:soundbound-extensions-lib-js:0.14")
Scala SBT
libraryDependencies += "io.github.shabinder" % "soundbound-extensions-lib-js" % "0.14"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shabinder', module='soundbound-extensions-lib-js', version='0.14')
)
Apache Ivy
<dependency org="io.github.shabinder" name="soundbound-extensions-lib-js" rev="0.14" />
Leiningen
[io.github.shabinder/soundbound-extensions-lib-js "0.14"]
Apache Buildr
'io.github.shabinder:soundbound-extensions-lib-js:jar:0.14'