Skip to content

Building against AppleCore

Ryan Liptak edited this page Nov 15, 2017 · 4 revisions

Resources

Option 1: Building against the API using Maven/Gradle

If you only want to add some integration with AppleCore to your mod but don't want AppleCore itself in your dev environment, you can use Gradle to automatically download and include the AppleCore API in your build path by doing the following:

Option 2: Building against AppleCore using Maven/Gradle

You can add the AppleCore mod itself into your dev environment by doing the following:

The Next Step

Using the AppleCore API