Copyright © GamingCraft_hd, 2020
Uses the Utility-Client License.
-
Add the Jitpack repo to your
pom.xml
Like this:<repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository>
-
Add this repo as dependency using jitpack. Like this:
<dependency> <groupId>com.github.GamingCrafthd</groupId> <artifactId>EZJFrame</artifactId> <version>COMMIT_ID</version> </dependency>
Remember to replace the Commit-ID with the newest.
-
Add the Jitpack repo into your
build.gradle
Like this:maven { url 'https://jitpack.io' }
-
Add this repo as dependency using jitpack. Like this:
implementation 'com.github.GamingCrafthd:EZJFrame:COMMIT_ID'
Remember to replace the Commit-ID with the newest.