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
Maven
<dependencies>
<dependency>
<groupId>org.hestiastore</groupId>
<artifactId>engine</artifactId>
<version><!-- latest version --></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.