License |
License |
---|---|
GroupId | GroupIdorg.hexworks.amethyst |
ArtifactId | ArtifactIdamethyst.core |
Version | Version2021.0.3-RELEASE |
Type | Typepom |
Description |
Descriptionamethyst.core
Core component of Amethyst.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
amethyst.core-2021.0.3-RELEASE.pom | |
amethyst.core-2021.0.3-RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.hexworks.amethyst/amethyst.core/ -->
<dependency>
<groupId>org.hexworks.amethyst</groupId>
<artifactId>amethyst.core</artifactId>
<version>2021.0.3-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hexworks.amethyst/amethyst.core/
implementation 'org.hexworks.amethyst:amethyst.core:2021.0.3-RELEASE'
// https://jarcasting.com/artifacts/org.hexworks.amethyst/amethyst.core/
implementation ("org.hexworks.amethyst:amethyst.core:2021.0.3-RELEASE")
'org.hexworks.amethyst:amethyst.core:pom:2021.0.3-RELEASE'
<dependency org="org.hexworks.amethyst" name="amethyst.core" rev="2021.0.3-RELEASE">
<artifact name="amethyst.core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hexworks.amethyst', module='amethyst.core', version='2021.0.3-RELEASE')
)
libraryDependencies += "org.hexworks.amethyst" % "amethyst.core" % "2021.0.3-RELEASE"
[org.hexworks.amethyst/amethyst.core "2021.0.3-RELEASE"]