Skip to content

Commit 35984c5

Browse files
committed
updated maven section in the readme
1 parent aa163e5 commit 35984c5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

‎README.markdown‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,14 @@ The ant targets are: ```compile```, ```jar```, ```doc``` and ```clean```
3333

3434
###Maven
3535

36-
Maven is supported. More documentation in that is yet to come...
37-
36+
To use maven just add this dependency to your pom.xml:
37+
```xml
38+
<dependency>
39+
<groupId>org.java-websocket</groupId>
40+
<artifactId>Java-WebSocket</artifactId>
41+
<version>1.3.0</version>
42+
</dependency>
43+
```
3844

3945
Running the Examples
4046
-------------------

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</execution>
110110
</executions>
111111
<configuration>
112-
<keyname>[email protected]&gt;</keyname>
112+
<keyname>[email protected]</keyname>
113113
</configuration>
114114
</plugin>
115115
</plugins>

0 commit comments

Comments
(0)