| License |
License |
|---|---|
| GroupId | GroupIdcom.genzis.filtro |
| ArtifactId | ArtifactIdfiltro |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionFiltro
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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| filtro-1.0.pom | |
| filtro-1.0.jar | 15 KB |
| filtro-1.0-sources.jar | 12 KB |
| filtro-1.0-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.genzis.filtro/filtro/ -->
<dependency>
<groupId>com.genzis.filtro</groupId>
<artifactId>filtro</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.genzis.filtro/filtro/
implementation 'com.genzis.filtro:filtro:1.0'
// https://jarcasting.com/artifacts/com.genzis.filtro/filtro/
implementation ("com.genzis.filtro:filtro:1.0")
'com.genzis.filtro:filtro:jar:1.0'
<dependency org="com.genzis.filtro" name="filtro" rev="1.0">
<artifact name="filtro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.genzis.filtro', module='filtro', version='1.0')
)
libraryDependencies += "com.genzis.filtro" % "filtro" % "1.0"
[com.genzis.filtro/filtro "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |