is not current version
Last Version 2.7-RELEASE

com.github.gkutiel:filter 2.5-RELEASE

A simple web framework

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

filter
Version

Version

2.5-RELEASE
Type

Type

jar

Download filter 2.5-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.gkutiel/filter/ -->
<dependency>
    <groupId>com.github.gkutiel</groupId>
    <artifactId>filter</artifactId>
    <version>2.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/filter/
implementation 'com.github.gkutiel:filter:2.5-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/filter/
implementation ("com.github.gkutiel:filter:2.5-RELEASE")
'com.github.gkutiel:filter:jar:2.5-RELEASE'
<dependency org="com.github.gkutiel" name="filter" rev="2.5-RELEASE">
  <artifact name="filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='filter', version='2.5-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "filter" % "2.5-RELEASE"
[com.github.gkutiel/filter "2.5-RELEASE"]