Skip to content

Commit 333765d

Browse files
Release java-grok 0.1.9
1 parent 9fdabb9 commit 333765d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@ Java Grok is simple API that allows you to easily parse logs and other files (si
1515

1616
```maven
1717
<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>
2121
</dependency>
2222
```
2323

2424
Or with gradle
2525

2626
```gradle
27-
compile "io.thekraken:grok:0.1.5"
27+
compile "io.krakens:java-grok:0.1.9"
2828
```
2929

30+
Old release ([Link](https://mvnrepository.com/artifact/io.thekraken/grok))
31+
3032
### Usage ([Grok java documentation](http://grok.nflabs.com/javadoc))
3133
Example of how to use java-grok:
3234

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.1.9-SNAPSHOT
1+
version=0.1.10-SNAPSHOT

0 commit comments

Comments
 (0)