| GroupId | GroupIdorg.qbicc |
|---|---|
| ArtifactId | ArtifactIdqbicc-machine-file-elf |
| Version | Version0.20.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.qbicc/qbicc-machine-file-elf/ -->
<dependency>
<groupId>org.qbicc</groupId>
<artifactId>qbicc-machine-file-elf</artifactId>
<version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.qbicc/qbicc-machine-file-elf/
implementation 'org.qbicc:qbicc-machine-file-elf:0.20.0'
// https://jarcasting.com/artifacts/org.qbicc/qbicc-machine-file-elf/
implementation ("org.qbicc:qbicc-machine-file-elf:0.20.0")
'org.qbicc:qbicc-machine-file-elf:jar:0.20.0'
<dependency org="org.qbicc" name="qbicc-machine-file-elf" rev="0.20.0">
<artifact name="qbicc-machine-file-elf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.qbicc', module='qbicc-machine-file-elf', version='0.20.0')
)
libraryDependencies += "org.qbicc" % "qbicc-machine-file-elf" % "0.20.0"
[org.qbicc/qbicc-machine-file-elf "0.20.0"]