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
[Here](https://github.com/TooTallNate/Java-WebSocket/wiki/Drafts) some more details about protocol versions/drafts.
19
19
20
20
21
-
##Build
22
-
You can build using Ant or Maven but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
21
+
##Build
22
+
You can build using Ant but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
23
23
24
24
### Ant
25
25
@@ -31,19 +31,6 @@ will create the javadoc of this library at ```doc/``` and build the library itse
31
31
32
32
The ant targets are: ```compile```, ```jar```, ```doc``` and ```clean```
33
33
34
-
### Maven
35
-
36
-
**Note: I (marci4) have currently no access to our maven repository!!! The jar you can get there is out of date and it is recommended for you to build the jar directly from the sources!!!**
37
-
38
-
To use maven just add this dependency to your pom.xml:
0 commit comments