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