MVN

com.fasterxml.util : reg-extractor-core

Maven & Gradle

Dec 18, 2015

RegExtractor-core · Core package for building efficient DFA-based extractor to use for extracting data from loosely structured input like loglines; handles parsing of input definition and building of the extractor.

<dependency>
    <groupId>com.fasterxml.util</groupId>
    <artifactId>reg-extractor-core</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fasterxml.util : reg-extractor-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.fasterxml.util : reg-extractor-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
reg-extractor-core-0.6.0

How to add a dependency to Maven

Add the following com.fasterxml.util : reg-extractor-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fasterxml.util</groupId>
    <artifactId>reg-extractor-core</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fasterxml.util : reg-extractor-core gradle dependency to your build.gradle file:

implementation 'com.fasterxml.util:reg-extractor-core:0.6.0'

Gradle Kotlin DSL: Add the following com.fasterxml.util : reg-extractor-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fasterxml.util:reg-extractor-core:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fasterxml.util : reg-extractor-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fasterxml.util" % "reg-extractor-core" % "0.6.0"