From 339b17648093965789facbbe043026da6854114f Mon Sep 17 00:00:00 2001 From: Zacharias Date: Tue, 12 May 2026 15:29:53 +0200 Subject: [PATCH] Updated README to add noting of maven dependency --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7bbecd..0ddd701 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,8 @@ If you only want to build a specific module, you can use the same command as lis - Please read MALAPITool [README.md](https://server.4zellen.se:3000/Chat_things/NeuroDock/src/branch/master/MALAPITool/README.md) - Launcher: `$ ./gradlew :launcher:shadowJar` - Depends on `API`, `Display` and `Core` - - This is the main module that runs the application and starts the API server \ No newline at end of file + - This is the main module that runs the application and starts the API server + +## Maven dependency avalible! +- Core: [Gitea](https://git.server.4zellen.se/Chat_things/-/packages/maven/me.zacharias.neurodock:core) +- Plugin-API: [Gitea](https://git.server.4zellen.se/Chat_things/-/packages/maven/me.zacharias.neurodock:plugin-api) \ No newline at end of file