is not current version
Last Version 2.7-RELEASE

com.github.gkutiel:filter 0.6-RELEASE

A simple web framework

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

filter
Version

Version

0.6-RELEASE
Type

Type

jar

Download filter 0.6-RELEASE


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