q

qbicc-machine-file-wasm

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