g

grok

Simple API that allows you to easily parse logs and other files
http://maven.apache.org
Apache License, Version 2.0
Anthony Corbacho
Files download
File Operation
grok-0.1.4.jar download
grok-0.1.4.pom download
grok-0.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.thekraken</groupId>
  <artifactId>grok</artifactId>
  <version>0.1.4</version>
</dependency>
Gradle Groovy
implementation 'io.thekraken:grok:0.1.4'
Gradle Kotlin
implementation("io.thekraken:grok:0.1.4")
Scala SBT
libraryDependencies += "io.thekraken" % "grok" % "0.1.4"
Groovy Grape
@Grapes(
  @Grab(group='io.thekraken', module='grok', version='0.1.4')
)
Apache Ivy
<dependency org="io.thekraken" name="grok" rev="0.1.4" />
Leiningen
[io.thekraken/grok "0.1.4"]
Apache Buildr
'io.thekraken:grok:jar:0.1.4'