Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update api-usage.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jun 29, 2022
1 parent 6f3a35f commit 2a6a077
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sources/api/api-usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -41,6 +42,7 @@ dependencies {
----
repositories {
mavenCentral()
maven { url = uri("https://repo.papermc.io/repository/maven-public/") }
}
dependencies {
Expand All @@ -54,6 +56,10 @@ dependencies {

[source, xml, subs="attributes, verbatim"]
----
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -76,6 +82,10 @@ dependencies {

[source, xml, subs="attributes, verbatim"]
----
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 2a6a077

Please sign in to comment.