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