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