Building Against Applecore
Resources
- Maven Repository
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:
- Add the Maven repository to your build.gradle script (copy and paste the code at the top of the linked page into your build.gradle script).
- Include the Gradle
dependenciesdeclaration of the AppleCore API in your build.gradle.
You can add the AppleCore mod itself into your dev environment by doing the following:
- Add the Maven repository to your build.gradle script (copy and paste the code at the top of the linked page into your build.gradle script).
- Include the Gradle
dependenciesdeclaration of either the latest build or the last release version of AppleCore in your build.gradle.