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.
1 parent e00cfaf commit 6a19bccCopy full SHA for 6a19bcc
README.markdown
@@ -43,10 +43,10 @@ To use maven add this repository to your pom.xml:
43
Also add this dependency to your pom.xml:
44
```xml
45
<dependency>
46
- <groupId>org.java-websocket</groupId>
47
- <artifactId>Java-WebSocket</artifactId>
48
- <version>1.3.0</version>
49
-</dependency>
+ <groupId>org.java-websocket</groupId>
+ <artifactId>java-websocket</artifactId>
+ <version>1.3.2</version>
+</dependency>
50
```
51
52
### Gradle
0 commit comments