Download grok-0.1.5.jar file - Jar g

Jar examples for g:grok

Description

A Java library for extracting structured data from unstructured data

You can download jar file grok 0.1.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add grok-0.1.5.jar to your project.

<dependency>
   <groupId>io.thekraken</groupId>
   <artifactId>grok</artifactId>
   <version>0.1.5</version>
</dependency>
compile group: 'io.thekraken', name: 'grok', version: '0.1.5'
libraryDependencies += "io.thekraken" % "grok" % "0.1.5"
<dependency org="io.thekraken" name="grok" rev="0.1.5"/>
@Grapes(@Grab(group='io.thekraken', module='grok', version='0.1.5'))
'io.thekraken:grok:jar:0.1.5'

Download

Click the following link to download the jar file.

grok-0.1.5-javadoc.jar
grok-0.1.5-sources.jar
grok-0.1.5.jar
grok-0.1.5.pom



Related Tutorials