MVN

org.hexworks.amethyst : amethyst.core

Maven & Gradle

May 30, 2021
51 stars

amethyst.core · Core component of Amethyst.

<dependency>
    <groupId>org.hexworks.amethyst</groupId>
    <artifactId>amethyst.core</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 to add to Maven - Latest Versions:

  • Latest Stable: 2021.0.3-RELEASE

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement