Files download
File Operation
filter-tools-1.0.0.jar download
filter-tools-1.0.0.pom download
filter-tools-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>filter-tools</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.stefanbirkner:filter-tools:1.0.0'
Gradle Kotlin
implementation("com.github.stefanbirkner:filter-tools:1.0.0")
Scala SBT
libraryDependencies += "com.github.stefanbirkner" % "filter-tools" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stefanbirkner', module='filter-tools', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.stefanbirkner" name="filter-tools" rev="1.0.0" />
Leiningen
[com.github.stefanbirkner/filter-tools "1.0.0"]
Apache Buildr
'com.github.stefanbirkner:filter-tools:jar:1.0.0'