From 7ce0308bdb6faf8a589423b913e1aebe69cf19af Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Wed, 29 Mar 2023 13:55:45 -0700 Subject: [PATCH] Add maven artifact and repo information --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 662793c..28f5ee8 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,26 @@ even though there is no main thread anymore. required to prevent plugin devs from shipping code that may randomly break random parts of the server in entirely _undiagnosable_ manners. - More to come here -- + +### Maven information +* Maven Repo (for folia-api): +```xml + + papermc + https://repo.papermc.io/repository/maven-public/ + +``` +* Artifact Information: +```xml + + dev.folia + folia-api + 1.19.4-R0.1-SNAPSHOT + provided + + ``` + + ## License The PATCHES-LICENSE file describes the license for api & server patches, found in `./patches` and its subdirectories except when noted otherwise.