File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,22 @@ InventoryAPI is a basic API for creating inventories easily and quickly with bui
66It aims at making inventory creation simpler and more uniform across different plugins.
77
88## Developers
9- To use the InventoryAPI in your plugin run the following commands:
9+ To install InventoryAPI locally run the following commands:
1010```
1111git clone https://github.com/TheMGRF/InventoryAPI.git && cd InventoryAPI
1212mvn install
1313```
14- Then add this into your dependencies section in your projects pom.xml
14+ ## Maven
15+ ``` xml
16+ <repository >
17+ <id >jitpack.io</id >
18+ <url >https://jitpack.io</url >
19+ </repository >
20+ ```
1521``` xml
1622<dependency >
17- <groupId >me.themgrf </groupId >
23+ <groupId >com.github.TheMGRF </groupId >
1824 <artifactId >InventoryAPI</artifactId >
1925 <version >1.0.0</version >
20- <scope >provided</scope >
2126</dependency >
2227```
You can’t perform that action at this time.
0 commit comments