Skip to content

Commit 9843afa

Browse files
committed
dependency for gradle version 7.0+
1 parent bbb9e04 commit 9843afa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Then you can just add the latest version to your build.
4444
```xml
4545
compile "org.java-websocket:Java-WebSocket:1.5.2"
4646
```
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+
```
4751

4852
#### Logging
4953

0 commit comments

Comments
 (0)