diff --git a/sources/api/api-usage.adoc b/sources/api/api-usage.adoc index 5b11d0c..41fb528 100644 --- a/sources/api/api-usage.adoc +++ b/sources/api/api-usage.adoc @@ -27,6 +27,7 @@ If you are looking for snapshots, add the repository of S01 OSS Sonatype to the ---- repositories { mavenCentral() + maven { url = uri("https://repo.papermc.io/repository/maven-public/") } } dependencies { @@ -41,6 +42,7 @@ dependencies { ---- repositories { mavenCentral() + maven { url = uri("https://repo.papermc.io/repository/maven-public/") } } dependencies { @@ -54,6 +56,10 @@ dependencies { [source, xml, subs="attributes, verbatim"] ---- + + papermc + https://repo.papermc.io/repository/maven-public/ + @@ -76,6 +82,10 @@ dependencies { [source, xml, subs="attributes, verbatim"] ---- + + papermc + https://repo.papermc.io/repository/maven-public/ +