Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petkivim authored Feb 19, 2017
1 parent cb48090 commit 161f6ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,28 @@ Declare the following depencies in a POM:
<dependency>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>common</artifactId>
<version>0.0.16</version>
<version>0.0.17</version>
</dependency>
<!-- Module: client-->
<dependency>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>client</artifactId>
<version>0.0.16</version>
<version>0.0.17</version>
</dependency>
<!-- Module: server-->
<dependency>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>server</artifactId>
<version>0.0.16</version>
<version>0.0.17</version>
</dependency>
<!-- Module: rest-->
<dependency>
<groupId>com.pkrete.xrd4j</groupId>
<artifactId>rest</artifactId>
<version>0.0.16</version>
<version>0.0.17</version>
</dependency>
```

Expand Down

0 comments on commit 161f6ef

Please sign in to comment.