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>
Choose a version of org.hexworks.amethyst : amethyst.core to add to Maven - Latest 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
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hexworks.amethyst</groupId>
<artifactId>amethyst.core</artifactId>
<version>2021.0.3-RELEASE</version>
</dependency>
Advertisement