From 3a61cc2d90e48802d4e53d6970cb8a979d85134e Mon Sep 17 00:00:00 2001 From: Jordon <98439832+jordoncodes@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:51:54 +1000 Subject: [PATCH] Add Gradle Kotlin DSL and Maven dependencies to readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index c804a07..920d14d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ EntityLib is a PacketEvents addon that provides an abstraction over raw entity d Currently, EntityLib is only stable for 1.18+, but it will support all versions that PacketEvents supports in the future.
For general support and reports of bugs, join the [Discord](https://discord.gg/jawR25hrSK) server. +Gradle (Groovy DSL): ```groovy //https://jitpack.io/#Tofaa2/EntityLib/ repositories { @@ -13,6 +14,27 @@ dependencies { implementation 'com.github.Tofaa2.EntityLib:::") +} +``` + +Maven: +```xml + + com.github.Tofaa2.EntityLib + (platform) + (latest-release-version) + +``` + ## NOTE: EntityLib does not provide packet-events as a dependency, you must have it in your classpath already. EntityLib will also stay at the latest packet-events version at all times