We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb9e04 commit 9843afaCopy full SHA for 9843afa
1 file changed
README.markdown
@@ -44,6 +44,10 @@ Then you can just add the latest version to your build.
44
```xml
45
compile "org.java-websocket:Java-WebSocket:1.5.2"
46
```
47
+Or this option if you use gradle 7.0 and above.
48
+```xml
49
+implementation 'org.java-websocket:Java-WebSocket:1.5.2'
50
+```
51
52
#### Logging
53
0 commit comments