License |
License |
---|---|
GroupId | GroupIdio.thekraken |
ArtifactId | ArtifactIdgrok |
Last Version | Last Version0.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGrok
Simple API that allows you to easily parse logs and other files
|
Project URL |
Project URL |
Filename | Size |
---|---|
grok-0.1.5.pom | |
grok-0.1.5.jar | 19 KB |
grok-0.1.5-sources.jar | 13 KB |
grok-0.1.5-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thekraken/grok/ -->
<dependency>
<groupId>io.thekraken</groupId>
<artifactId>grok</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.thekraken/grok/
implementation 'io.thekraken:grok:0.1.5'
// https://jarcasting.com/artifacts/io.thekraken/grok/
implementation ("io.thekraken:grok:0.1.5")
'io.thekraken:grok:jar:0.1.5'
<dependency org="io.thekraken" name="grok" rev="0.1.5">
<artifact name="grok" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thekraken', module='grok', version='0.1.5')
)
libraryDependencies += "io.thekraken" % "grok" % "0.1.5"
[io.thekraken/grok "0.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.1 |
com.google.code.gson : gson | jar | 2.2.2 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |