We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eb2f13 + 9843afa commit 58736b6Copy full SHA for 58736b6
README.markdown
@@ -31,7 +31,7 @@ To use maven add this dependency to your pom.xml:
31
<dependency>
32
<groupId>org.java-websocket</groupId>
33
<artifactId>Java-WebSocket</artifactId>
34
- <version>1.5.1</version>
+ <version>1.5.2</version>
35
</dependency>
36
```
37
@@ -42,7 +42,11 @@ mavenCentral()
42
43
Then you can just add the latest version to your build.
44
```xml
45
-compile "org.java-websocket:Java-WebSocket:1.5.1"
+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
0 commit comments