The Filter Tools library is available from the Maven repository.

Download

Use in Maven

<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>filter-tools</artifactId>
  <version>1.4.0</version>
</dependency>

Use in Buildr

'com.github.stefanbirkner:filter-tools:jar:1.4.0'

Use in Ivy

<dependency org="com.github.stefanbirkner" name="filter-tools" rev="1.4.0">
  <artifact name="filter-tools" type="jar"/>
</dependency>

Use in Groovy Grape

@Grapes(
  @Grab(group='com.github.stefanbirkner', module='filter-tools', version='1.4.0')
)

Use in Grails

compile 'com.github.stefanbirkner:filter-tools:1.4.0'