Skip to content

Commit

Permalink
Merge pull request #29 from estigma88/improve-socket-communication
Browse files Browse the repository at this point in the history
Improve socket communication
  • Loading branch information
estigma88 authored Aug 30, 2018
2 parents 8ebb388 + cd271df commit 104d4f8
Show file tree
Hide file tree
Showing 37 changed files with 727 additions and 1,522 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ Add the following dependencies to your project to use Chord, DHash and Communica

#### Gradle example

- Chord: `compile group: 'com.github.estigma88', name: 'jdhtuq-chord-spring-boot-starter', version: '2.0.0'`
- DHash: `compile group: 'com.github.estigma88', name: 'jdhtuq-dhash-spring-boot-starter', version: '2.0.0'`
- Chord: `compile group: 'com.github.estigma88', name: 'jdhtuq-chord-spring-boot-starter', version: '2.0.1'`
- DHash: `compile group: 'com.github.estigma88', name: 'jdhtuq-dhash-spring-boot-starter', version: '2.0.1'`
- Communication: Use one of the following implementations
- Data Structure: `compile group: 'com.github.estigma88', name: 'jdhtuq-data-structure-communication-spring-boot-starter', version: '2.0.0'`
- Sockets: `compile group: 'com.github.estigma88', name: 'jdhtuq-socket-communication-spring-boot-starter', version: '2.0.0'`
- Sockets: `compile group: 'com.github.estigma88', name: 'jdhtuq-socket-communication-spring-boot-starter', version: '2.1.0'`

## More info
[More Info](https://github.com/estigma88/jdhtuq/wiki)
Expand Down
2 changes: 1 addition & 1 deletion communication/socket-communication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

group = 'com.github.estigma88'
version = '2.0.0'
version = '2.1.0'

dependencies {
compile group: 'com.github.estigma88', name: 'jdhtuq-communication-api', version: '2.0.0'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 104d4f8

Please sign in to comment.