The Filter Tools library is available from the Maven repository.
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>filter-tools</artifactId>
<version>1.4.0</version>
</dependency>
'com.github.stefanbirkner:filter-tools:jar:1.4.0'
<dependency org="com.github.stefanbirkner" name="filter-tools" rev="1.4.0">
<artifact name="filter-tools" type="jar"/>
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='filter-tools', version='1.4.0')
)
compile 'com.github.stefanbirkner:filter-tools:1.4.0'