Install Pathetic engine
trunkAdd the engine artifact to your project dependencies. Use the following coordinates for Maven or Kotlin/Gradle.
### Maven
```xml
<dependencies>
<dependency>
<groupId>de.bsommerfeld.pathetic</groupId>
<artifactId>engine</artifactId>
<version>5.5.2</version>
</dependency>
</dependencies>Kotlin
implementation("de.bsommerfeld.pathetic:engine:5.5.2")