is not current version
Last Version 2022.1.0-RELEASE

org.hexworks.zircon:zircon.core 2018.5.0-RELEASE

Zircon is a tile engine which targets multiple GUI platforms and designed specifically for game developers.

GroupId

GroupId

org.hexworks.zircon
ArtifactId

ArtifactId

zircon.core
Version

Version

2018.5.0-RELEASE
Type

Type

jar

Download zircon.core 2018.5.0-RELEASE


<!-- https://jarcasting.com/artifacts/org.hexworks.zircon/zircon.core/ -->
<dependency>
    <groupId>org.hexworks.zircon</groupId>
    <artifactId>zircon.core</artifactId>
    <version>2018.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.hexworks.zircon/zircon.core/
implementation 'org.hexworks.zircon:zircon.core:2018.5.0-RELEASE'
// https://jarcasting.com/artifacts/org.hexworks.zircon/zircon.core/
implementation ("org.hexworks.zircon:zircon.core:2018.5.0-RELEASE")
'org.hexworks.zircon:zircon.core:jar:2018.5.0-RELEASE'
<dependency org="org.hexworks.zircon" name="zircon.core" rev="2018.5.0-RELEASE">
  <artifact name="zircon.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hexworks.zircon', module='zircon.core', version='2018.5.0-RELEASE')
)
libraryDependencies += "org.hexworks.zircon" % "zircon.core" % "2018.5.0-RELEASE"
[org.hexworks.zircon/zircon.core "2018.5.0-RELEASE"]