| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdorg.keedio.storm.bolt.filter | 
| ArtifactId | ArtifactIdstorm-filterregex-bolt | 
| Last Version | Last Version1.0.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionstorm filterregex bolt This bolt receives a byte array and search for regex patterns configured in propery file; if the message
        contains a whitelisted pattern then it's emitted to next bolt, other case the message is discarded.
        If configured, you can get the patterns group indicated. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/ -->
<dependency>
    <groupId>org.keedio.storm.bolt.filter</groupId>
    <artifactId>storm-filterregex-bolt</artifactId>
    <version>1.0.6</version>
</dependency>// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation 'org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.6'// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation ("org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.6")'org.keedio.storm.bolt.filter:storm-filterregex-bolt:jar:1.0.6'<dependency org="org.keedio.storm.bolt.filter" name="storm-filterregex-bolt" rev="1.0.6">
  <artifact name="storm-filterregex-bolt" type="jar" />
</dependency>@Grapes(
@Grab(group='org.keedio.storm.bolt.filter', module='storm-filterregex-bolt', version='1.0.6')
)libraryDependencies += "org.keedio.storm.bolt.filter" % "storm-filterregex-bolt" % "1.0.6"[org.keedio.storm.bolt.filter/storm-filterregex-bolt "1.0.6"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.dropwizard.metrics : metrics-core | jar | 3.1.1 | 
| com.googlecode.json-simple : json-simple | jar | 1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.storm : storm-core | jar | 0.9.2-incubating | 
| org.apache.storm : storm-kafka | jar | 0.9.2-incubating | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.mockito : mockito-all | jar | 1.9.5 |