Skip to content

Commit 9654629

Browse files
Merge pull request #134 from DHCPCD9/patch-1
Added Gradle dependency in README.md
2 parents ef24d42 + 8a292af commit 9654629

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)