File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,20 @@ Java Grok is simple API that allows you to easily parse logs and other files (si
15
15
16
16
``` maven
17
17
<dependency>
18
- <groupId>io.thekraken </groupId>
19
- <artifactId>grok</artifactId>
20
- <version>0.1.5 </version>
18
+ <groupId>io.krakens </groupId>
19
+ <artifactId>java- grok</artifactId>
20
+ <version>0.1.9 </version>
21
21
</dependency>
22
22
```
23
23
24
24
Or with gradle
25
25
26
26
``` gradle
27
- compile "io.thekraken: grok:0.1.5 "
27
+ compile "io.krakens:java- grok:0.1.9 "
28
28
```
29
29
30
+ Old release ([ Link] ( https://mvnrepository.com/artifact/io.thekraken/grok ) )
31
+
30
32
### Usage ([ Grok java documentation] ( http://grok.nflabs.com/javadoc ) )
31
33
Example of how to use java-grok:
32
34
Original file line number Diff line number Diff line change 1
- version =0.1.9 -SNAPSHOT
1
+ version =0.1.10 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments