You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
countryCode: de #country code for resolving isrc tracks
@@ -88,6 +88,22 @@ plugins:
88
88
]
89
89
```
90
90
91
+
## Using in your clients
92
+
This plugin comes with a protocol library that allows you to use jackson for deserialization of the JSON.
93
+
You can include the library as follows with gradle:
94
+
95
+
```gradle
96
+
repositories {
97
+
maven("https://jitpack.io")
98
+
}
99
+
100
+
dependencies {
101
+
implementation(group = "com.github.DuncteBot.java-timed-lyrics", name = "protocol", version = "x.y.x")
102
+
}
103
+
```
104
+
105
+
replace x.y.x with this version: [](https://jitpack.io/#DuncteBot/java-timed-lyrics)
106
+
91
107
# Using with lavalyrics
92
108
93
109
To use this plugin with lavalyrics you need to include a different plugin. Please do not include both the main plugin and the lavalyrics plugin as they will conflict with each other.
0 commit comments