MVN

org.hexworks.zircon : zircon.core-js

Maven & Gradle

Feb 20, 2024
740 stars

zircon.core · Core component of Zircon.

<dependency>
    <groupId>org.hexworks.zircon</groupId>
    <artifactId>zircon.core-js</artifactId>
    <version>2022.1.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hexworks.zircon : zircon.core-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.1.0-RELEASE
  • Latest Alpha: 2024.1.0-ALPHA

All Versions

Choose a version of org.hexworks.zircon : zircon.core-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2024.1.x
zircon.core-js-2024.1.0-ALPHA
2022.1.x
zircon.core-js-2022.1.0-RELEASE

How to add a dependency to Maven

Add the following org.hexworks.zircon : zircon.core-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hexworks.zircon</groupId>
    <artifactId>zircon.core-js</artifactId>
    <version>2022.1.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hexworks.zircon : zircon.core-js gradle dependency to your build.gradle file:

implementation 'org.hexworks.zircon:zircon.core-js:2022.1.0-RELEASE'

Gradle Kotlin DSL: Add the following org.hexworks.zircon : zircon.core-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hexworks.zircon:zircon.core-js:2022.1.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hexworks.zircon : zircon.core-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hexworks.zircon" % "zircon.core-js" % "2022.1.0-RELEASE"