Skip to content

Commit

Permalink
Add maven settings to README
Browse files Browse the repository at this point in the history
  • Loading branch information
okumin committed Nov 13, 2016
1 parent 3271b5d commit 8b493bd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,21 @@ Influent does not support these features now.
* handshake phase
* CompressedPackedForward mode

## How to use
## Usage

### Dependency

#### Maven

```
<dependency>
<groupId>com.okumin</groupId>
<artifactId>influent-java</artifactId>
<version>0.1.0</version>
</dependency>
```

### How to use

Give `ForwardServer` the callback function that receives `EventStream`.
If you want to write `EventStreams` to stdout,
Expand Down

0 comments on commit 8b493bd

Please sign in to comment.