| License |
License |
|---|---|
| GroupId | GroupIdorg.aicer.grok |
| ArtifactId | ArtifactIdgrok |
| Version | Version0.9.0 |
| Type | Typejar |
| Description |
DescriptionGrok Data Extractor
A Java library for extracting structured data from unstructured data
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationAmerican Institute for Computing Education and Research Inc |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| grok-0.9.0.pom | |
| grok-0.9.0.jar | 15 KB |
| grok-0.9.0-sources.jar | 10 KB |
| grok-0.9.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aicer.grok/grok/ -->
<dependency>
<groupId>org.aicer.grok</groupId>
<artifactId>grok</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aicer.grok/grok/
implementation 'org.aicer.grok:grok:0.9.0'
// https://jarcasting.com/artifacts/org.aicer.grok/grok/
implementation ("org.aicer.grok:grok:0.9.0")
'org.aicer.grok:grok:jar:0.9.0'
<dependency org="org.aicer.grok" name="grok" rev="0.9.0">
<artifact name="grok" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aicer.grok', module='grok', version='0.9.0')
)
libraryDependencies += "org.aicer.grok" % "grok" % "0.9.0"
[org.aicer.grok/grok "0.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | r03 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| com.github.tony19 : named-regexp | jar | 0.2.3 |