Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Jan 23, 2023
1 parent 5f49fd4 commit d5cbcc6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ repositories {
}
dependencies {
implementation 'com.github.Andre601.asl-api:api:{version}'
implementation 'ch.andre601.asl-api:api:{version}'
// Optional platform-specific dependencies. Read more below
implementation 'com.github.Andre601.asl-api:platform-bungeecord:{version}'
implementation 'com.github.Andre601.asl-api:platform-paper:{version}'
implementation 'com.github.Andre601.asl-api:platform-spigot:{version}'
implementation 'com.github.Andre601.asl-api:platform-velocity:{version}'
implementation 'ch.andre601.asl-api:platform-bungeecord:{version}'
implementation 'ch.andre601.asl-api:platform-paper:{version}'
implementation 'ch.andre601.asl-api:platform-spigot:{version}'
implementation 'ch.andre601.asl-api:platform-velocity:{version}'
}
```

Expand All @@ -36,29 +36,29 @@ dependencies {

<dependencies>
<dependency>
<groupId>com.github.Andre601.asl-api</groupId>
<groupId>ch.andre601.asl-api</groupId>
<artifactId>api</artifactId>
<version>{version}</version>
</dependency>

<!-- Optional platform-specific dependencies. Read more below -->
<dependency>
<groupId>com.github.Andre601.asl-api</groupId>
<groupId>ch.andre601.asl-api</groupId>
<artifactId>platform-bungeecord</artifactId>
<version>{version}</version>
</dependency>
<dependency>
<groupId>com.github.Andre601.asl-api</groupId>
<groupId>ch.andre601.asl-api</groupId>
<artifactId>platform-paper</artifactId>
<version>{version}</version>
</dependency>
<dependency>
<groupId>com.github.Andre601.asl-api</groupId>
<groupId>ch.andre601.asl-api</groupId>
<artifactId>platform-spigot</artifactId>
<version>{version}</version>
</dependency>
<dependency>
<groupId>com.github.Andre601.asl-api</groupId>
<groupId>ch.andre601.asl-api</groupId>
<artifactId>platform-velocity</artifactId>
<version>{version}</version>
</dependency>
Expand Down

0 comments on commit d5cbcc6

Please sign in to comment.