| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.genzis.filtro |
| Идентификатор | Идентификаторfiltro |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| filtro-1.0.pom | |
| filtro-1.0.jar | 15 KB |
| filtro-1.0-sources.jar | 12 KB |
| filtro-1.0-javadoc.jar | 109 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |