Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 163dbe1

Browse files
author
Tareko
authored
Update README.md
1 parent 88782a9 commit 163dbe1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,20 @@ Maven:
5858
</repositories>
5959

6060
<dependencies>
61+
<!-- Spigot/BungeeCord -->
6162
<dependency>
6263
<groupId>de.dytanic.cloudnet</groupId>
6364
<artifactId>cloudnet-api-bridge</artifactId>
6465
<version>2.1.14</version>
6566
<scope>provided</scope>
6667
</dependency>
68+
<!-- CloudNet Core -->
69+
<dependency>
70+
<groupId>de.dytanic.cloudnet</groupId>
71+
<artifactId>cloudnet-core</artifactId>
72+
<version>2.1.14</version>
73+
<scope>provided</scope>
74+
</dependency>
6775
</dependencies>
6876

6977
```

0 commit comments

Comments
 (0)