API Setup

đź“ť Adding the Dependency

Gastronomicon is hosted on JitPack.

Adding the JitPack repository:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Adding Gastronomicon:

<dependency>
  <groupId>com.github.SchnTgaiSpock</groupId>
  <artifactId>Gastronomicon</artifactId>
  <version>v1.1.0</version>
  <scope>provided</scope>
</dependency>

The API changelog below will be updated as new features get added.

VersionChanges
v1.1.0Lombok scope changed to provided
v1.0.1GastroRecipeType.REFRIDGERATOR was changed to GastroRecipeType.REFRIGERATOR (oops)
v1.0.0Some classes were moved around to more suitable subfolders. This won’t change from now on.
v0.1.0Initial API Release

Up next