Installation
HestiaStore is published to Maven Central as org.hestiastore:engine.
Prerequisites
- Java 17 or newer
- Maven 3.6+ or Gradle 6+
Latest artifact: org.hestiastore:engine
The current release line is 1.1.0.
Maven
<dependencies>
<dependency>
<groupId>org.hestiastore</groupId>
<artifactId>engine</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>
Verify the dependency is resolved:
Gradle (Groovy DSL)
Verify the dependency is resolved:
Gradle (Kotlin DSL)
Build from source
If you need a local build instead of a published release:
Then continue with Quick Start.