MVN

com.genzis.filtro : filtro

Maven & Gradle

Jan 14, 2014
0 stars

Filtro · Filtro enables you to filter elements in java collections with a range of user defined filters. It comes with a set of pre-defined filter modules and can be easily extended.

<dependency>
    <groupId>com.genzis.filtro</groupId>
    <artifactId>filtro</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.genzis.filtro : filtro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.genzis.filtro : filtro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
filtro-1.0

How to add a dependency to Maven

Add the following com.genzis.filtro : filtro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.genzis.filtro</groupId>
    <artifactId>filtro</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.genzis.filtro : filtro gradle dependency to your build.gradle file:

implementation 'com.genzis.filtro:filtro:1.0'

Gradle Kotlin DSL: Add the following com.genzis.filtro : filtro gradle kotlin dependency to your build.gradle.kts file:

implementation("com.genzis.filtro:filtro:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.genzis.filtro : filtro sbt scala dependency to your build.sbt file:

libraryDependencies += "com.genzis.filtro" % "filtro" % "1.0"