q

qbicc-runtime-wasm

Qbicc WASM Run Time support module
Files download
File Operation
qbicc-runtime-wasm-0.77.0.jar download
qbicc-runtime-wasm-0.77.0.pom download
qbicc-runtime-wasm-0.77.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.qbicc</groupId>
  <artifactId>qbicc-runtime-wasm</artifactId>
  <version>0.77.0</version>
</dependency>
Gradle Groovy
implementation 'org.qbicc:qbicc-runtime-wasm:0.77.0'
Gradle Kotlin
implementation("org.qbicc:qbicc-runtime-wasm:0.77.0")
Scala SBT
libraryDependencies += "org.qbicc" % "qbicc-runtime-wasm" % "0.77.0"
Groovy Grape
@Grapes(
  @Grab(group='org.qbicc', module='qbicc-runtime-wasm', version='0.77.0')
)
Apache Ivy
<dependency org="org.qbicc" name="qbicc-runtime-wasm" rev="0.77.0" />
Leiningen
[org.qbicc/qbicc-runtime-wasm "0.77.0"]
Apache Buildr
'org.qbicc:qbicc-runtime-wasm:jar:0.77.0'