Skip to content

Commit 8a292af

Browse files
authored
Added Gradle dependency in README.md
1 parent ef24d42 commit 8a292af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ We provide some documentation on how to migrate your existing plugin to use the
3535
<scope>provided</scope>
3636
</dependency>
3737
```
38+
**Or alternatively, with Gradle:**
39+
```kotlin
40+
repsitories {
41+
maven {
42+
url = uri('https://mvn.exceptionflug.de/repository/exceptionflug-public/')
43+
}
44+
}
45+
46+
dependencies {
47+
compileOnly("dev.simplix:protocolize-api:2.2.1")
48+
}
49+
```
3850
### Install the plugin
3951
In order to use Protocolize, you have to install it onto your proxy server. Protocolize is supporting BungeeCord and Velocity proxy servers.
4052

0 commit comments

Comments
 (0)