We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9605334 commit ccc8379Copy full SHA for ccc8379
README.md
@@ -18,14 +18,14 @@ Java Grok is simple API that allows you to easily parse logs and other files (si
18
<dependency>
19
<groupId>io.thekraken</groupId>
20
<artifactId>grok</artifactId>
21
- <version>0.1.4</version>
+ <version>0.1.5</version>
22
</dependency>
23
```
24
25
Or with gradle
26
27
```gradle
28
-compile "io.thekraken:grok:0.1.4"
+compile "io.thekraken:grok:0.1.5"
29
30
31
### Usage ([Grok java documentation](http://grok.nflabs.com/javadoc))
0 commit comments