1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-16 11:24:03 +02:00

Fix API buildscript

This commit is contained in:
Luck
2022-02-09 22:15:09 +00:00
parent 99c3d68d3a
commit 3eca6205ab
2 changed files with 28 additions and 30 deletions

View File

@@ -8,10 +8,11 @@
<li><a target="_top" href="https://luckperms.net">Project Website</a></li>
<li><a target="_top" href="https://luckperms.net/wiki/Developer-API">Wiki - API Introduction</a></li>
<li><a target="_top" href="https://luckperms.net/wiki/Developer-API-Usage">Wiki - API Usage</a></li>
<li><a target="_top" href="https://github.com/LuckPerms/LuckPerms">Source Code</a></li>
</ul>
<h4>Maven</h4>
<p>
The API artifact is deployed to Maven Central under
The API artifact is deployed to Maven Central with
<a target="_top" href="https://search.maven.org/artifact/net.luckperms/api">
group id: <b><code>net.luckperms</code></b>, artifact id: <b><code>api</code></b>.
</a>