diff --git a/README.md b/README.md index 8b9b8ec..f7f4c74 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,37 @@ import com.luminiadev.fakeinventories.GenericInventorySlots; // GenericInventorySlots.FIFTY_FOUR constant that contains int FakeInventory fakeInventory = new FakeInventory(GenericInventorySlots.FIFTY_FOUR, "Double chest title"); ``` + +## Maven +Adding repo: +```xml + + + luminiadev-repository-snapshots + https://repo.luminiadev.com/snapshots + + +``` + +Adding dependency: +```xml + + com.luminiadev.fakeinventories.bukkit + FakeInventories + 1.0.3 + +``` + +## Gradle +Adding repo: +```kts +maven { + name = "luminiadevRepositorySnapshots" + url = uri("https://repo.luminiadev.com/snapshots") +} +``` + +Adding dependency: +```kts +compileOnly("com.luminiadev.fakeinventories.bukkit:FakeInventories:1.0.3") +``` \ No newline at end of file