is not current version
Last Version 0.1.5

io.thekraken:grok 0.1.0

Simple API that allows you to easily parse logs and other files

GroupId

GroupId

io.thekraken
ArtifactId

ArtifactId

grok
Version

Version

0.1.0
Type

Type

jar

Download grok 0.1.0


<!-- https://jarcasting.com/artifacts/io.thekraken/grok/ -->
<dependency>
    <groupId>io.thekraken</groupId>
    <artifactId>grok</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.thekraken/grok/
implementation 'io.thekraken:grok:0.1.0'
// https://jarcasting.com/artifacts/io.thekraken/grok/
implementation ("io.thekraken:grok:0.1.0")
'io.thekraken:grok:jar:0.1.0'
<dependency org="io.thekraken" name="grok" rev="0.1.0">
  <artifact name="grok" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thekraken', module='grok', version='0.1.0')
)
libraryDependencies += "io.thekraken" % "grok" % "0.1.0"
[io.thekraken/grok "0.1.0"]