Installation

Add Pixie to your project

Maven

Add the following dependency to your pom.xml:

<dependency>
  <groupId>org.tomitribe.pixie</groupId>
  <artifactId>pixie</artifactId>
  <version>2.0</version>
</dependency>

Gradle

implementation 'org.tomitribe.pixie:pixie:2.0'

Requirements

  • Java 8 or later
  • No other dependencies required (Pixie only depends on tomitribe-util)