MVN

org.hexworks.amethyst : amethyst.core-jvm

Maven & Gradle

May 30, 2021
51 stars

amethyst.core · Core component of Amethyst.

<dependency>
    <groupId>org.hexworks.amethyst</groupId>
    <artifactId>amethyst.core-jvm</artifactId>
    <version>2021.0.3-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2021.0.3-RELEASE

All Versions

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

Version Vulnerabilities Updated
2021.0.x
amethyst.core-jvm-2021.0.3-RELEASE
amethyst.core-jvm-2021.0.2-RELEASE
amethyst.core-jvm-2021.0.1-RELEASE
2020.1.x
amethyst.core-jvm-2020.1.2-RELEASE
amethyst.core-jvm-2020.1.1-RELEASE
amethyst.core-jvm-2020.1.0-RELEASE
2020.0.x
amethyst.core-jvm-2020.0.1-PREVIEW

How to add a dependency to Maven

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

<dependency>
    <groupId>org.hexworks.amethyst</groupId>
    <artifactId>amethyst.core-jvm</artifactId>
    <version>2021.0.3-RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.hexworks.amethyst:amethyst.core-jvm:2021.0.3-RELEASE'

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

implementation("org.hexworks.amethyst:amethyst.core-jvm:2021.0.3-RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.hexworks.amethyst" % "amethyst.core-jvm" % "2021.0.3-RELEASE"

Advertisement