| License |
License |
|---|---|
| GroupId | GroupIdse.lindhen.qrgame |
| ArtifactId | ArtifactIdqr-game-core |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionse.lindhen.qrgame:qr-game-core
Compiler and runtime for .qg files.
Allows the user to write games and compile them to a QR code.
This QR game can then be scanned and played on a not yet named Android app.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| qr-game-core-1.1.0.pom | |
| qr-game-core-1.1.0.jar | 360 KB |
| qr-game-core-1.1.0-sources.jar | 140 KB |
| qr-game-core-1.1.0-javadoc.jar | 1 MB |
| qr-game-core-1.1.0-jar-with-dependencies.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.lindhen.qrgame/qr-game-core/ -->
<dependency>
<groupId>se.lindhen.qrgame</groupId>
<artifactId>qr-game-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.lindhen.qrgame/qr-game-core/
implementation 'se.lindhen.qrgame:qr-game-core:1.1.0'
// https://jarcasting.com/artifacts/se.lindhen.qrgame/qr-game-core/
implementation ("se.lindhen.qrgame:qr-game-core:1.1.0")
'se.lindhen.qrgame:qr-game-core:jar:1.1.0'
<dependency org="se.lindhen.qrgame" name="qr-game-core" rev="1.1.0">
<artifact name="qr-game-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.lindhen.qrgame', module='qr-game-core', version='1.1.0')
)
libraryDependencies += "se.lindhen.qrgame" % "qr-game-core" % "1.1.0"
[se.lindhen.qrgame/qr-game-core "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.antlr : antlr4 | jar | 4.3 |
| info.picocli : picocli | jar | 4.6.1 |
| com.google.zxing : core | jar | 3.3.0 |
| com.google.zxing : javase | jar | 3.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven.plugins : maven-assembly-plugin | jar | 3.3.0 |
| org.apache.maven.plugins : maven-source-plugin | jar | 2.2.1 |
| org.apache.maven.plugins : maven-javadoc-plugin | jar | 2.9.1 |
| org.apache.maven.plugins : maven-gpg-plugin | jar | 1.5 |
| org.jacoco : jacoco-maven-plugin | jar | 0.8.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |