License |
License |
---|---|
GroupId | GroupIdorg.qbicc |
ArtifactId | ArtifactIdqbicc-compiler |
Last Version | Last Version0.36.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQbicc: Compiler
The main Qbicc compiler
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
qbicc-compiler-0.36.0.pom | |
qbicc-compiler-0.36.0.jar | 710 KB |
qbicc-compiler-0.36.0-sources.jar | 351 KB |
qbicc-compiler-0.36.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.qbicc/qbicc-compiler/ -->
<dependency>
<groupId>org.qbicc</groupId>
<artifactId>qbicc-compiler</artifactId>
<version>0.36.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.qbicc/qbicc-compiler/
implementation 'org.qbicc:qbicc-compiler:0.36.0'
// https://jarcasting.com/artifacts/org.qbicc/qbicc-compiler/
implementation ("org.qbicc:qbicc-compiler:0.36.0")
'org.qbicc:qbicc-compiler:jar:0.36.0'
<dependency org="org.qbicc" name="qbicc-compiler" rev="0.36.0">
<artifact name="qbicc-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.qbicc', module='qbicc-compiler', version='0.36.0')
)
libraryDependencies += "org.qbicc" % "qbicc-compiler" % "0.36.0"
[org.qbicc/qbicc-compiler "0.36.0"]
Group / Artifact | Type | Version |
---|---|---|
org.qbicc : qbicc-machine-arch | jar | 0.36.0 |
org.eclipse.collections : eclipse-collections | jar | 11.0.0 |
org.ow2.asm : asm | jar | 9.3 |
org.ow2.asm : asm-tree | jar | 9.3 |
org.ow2.asm : asm-analysis | jar | 9.3 |
io.smallrye.common : smallrye-common-constraint | jar | |
org.jboss.logging : jboss-logging | jar | 3.5.0.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.easytesting : fest-assert-core | jar | 2.0M10 |
io.smallrye.common : smallrye-common-function | jar |