Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cafe24-jspark03 committed Nov 4, 2019
1 parent 37b7ce9 commit 45ae4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Graylog Query Builder is available at the Central Maven Repository.
<dependency>
<groupId>com.joonsang.graylog</groupId>
<artifactId>graylog-query-builder</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

**Gradle**
```
implementation group: 'com.joonsang.graylog', name: 'graylog-query-builder', version: '1.0.0'
implementation group: 'com.joonsang.graylog', name: 'graylog-query-builder', version: '1.0.1'
```

## Usage
Expand Down

0 comments on commit 45ae4d4

Please sign in to comment.