-
Notifications
You must be signed in to change notification settings - Fork 6
API Setup
SchnTgaiSpock edited this page May 2, 2023
·
4 revisions
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>VERSION</version>
<scope>provided</scope>
</dependency>
Replace VERSION
with the necessary version. The API changelog below will be updated as new features get added.
Version | Changes |
---|---|
v1.0.1 |
GastroRecipeType.REFRIDGERATOR was changed to GastroRecipeType.REFRIGERATOR (oops) |
v1.0.0 | Some classes were moved around to more suitable subfolders. This won't change from now on. |
v0.1.0 | Initial API Release |