User Documentation
This chapter will explain how to use the HexArc framework, briefly presenting its main concepts and tutoring the end user in exploiting its core functionalities.
Table of Contents
Quick Start
Installation
To start using HexArc in your Scala 3 project, you’ll need to add it as a dependency. Here’s how to do it in a Gradle project.
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.jahrim:hexarc:<version>")
}
If you are having any trouble configuring your project for HexArc, try consulting the configuration of the following projects: chess-game-service, authentication-service, statistics-service.
Tutorial
This section provides a tutorial-by-example showcasing the functionalities provided by the HexArc framework for the end user.
- Architecture Module
- Persistence Module