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

Commit 88782a9

Browse files
author
Tareko
authored
Update README.md
1 parent 6e934b3 commit 88782a9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,24 @@ Use of KVM virtualization or dedicated servers is recommended.
4646

4747
### Developer
4848
If you would like to contribute to this repository, feel free to fork the repo and then create a pull request to our current dev branch.
49+
50+
Maven:
51+
```xml
52+
53+
<repositories>
54+
<repository>
55+
<id>cloudnet-repo</id>
56+
<url>https://cloudnetservice.eu/repositories</url>
57+
</repository>
58+
</repositories>
59+
60+
<dependencies>
61+
<dependency>
62+
<groupId>de.dytanic.cloudnet</groupId>
63+
<artifactId>cloudnet-api-bridge</artifactId>
64+
<version>2.1.14</version>
65+
<scope>provided</scope>
66+
</dependency>
67+
</dependencies>
68+
69+
```

0 commit comments

Comments
 (0)