is not current version
Last Version 2.7-RELEASE

com.github.gkutiel:filter 1.8-RELEASE

A simple web framework

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

filter
Version

Version

1.8-RELEASE
Type

Type

jar

Download filter 1.8-RELEASE


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