ormfux-common-utils

A small collection of Java utilities for every-day use

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

com.github.orm-fux
Идентификатор

Идентификатор

ormfux-common-util
Последняя версия

Последняя версия

1.6.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

ormfux-common-utils
A small collection of Java utilities for every-day use
Ссылка на сайт

Ссылка на сайт

https://github.com/orm-fux/ormfux-common-util
Система контроля версий

Система контроля версий

https://github.com/orm-fux/ormfux-common-util.git

Скачать ormfux-common-util

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.orm-fux/ormfux-common-util/ -->
<dependency>
    <groupId>com.github.orm-fux</groupId>
    <artifactId>ormfux-common-util</artifactId>
    <version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.orm-fux/ormfux-common-util/
implementation 'com.github.orm-fux:ormfux-common-util:1.6.2'
// https://jarcasting.com/artifacts/com.github.orm-fux/ormfux-common-util/
implementation ("com.github.orm-fux:ormfux-common-util:1.6.2")
'com.github.orm-fux:ormfux-common-util:jar:1.6.2'
<dependency org="com.github.orm-fux" name="ormfux-common-util" rev="1.6.2">
  <artifact name="ormfux-common-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.orm-fux', module='ormfux-common-util', version='1.6.2')
)
libraryDependencies += "com.github.orm-fux" % "ormfux-common-util" % "1.6.2"
[com.github.orm-fux/ormfux-common-util "1.6.2"]

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.7
junit : junit jar 4.11
org.assertj : assertj-core jar 3.12.0

Модули Проекта

Данный проект не имеет модулей.

Description

A collection of utilities. There are, for example, "every day" utilities for operating on collections, working with nullable values, or date values. Some of the more rarely used ones are the reflection utilities for class and property analysis and invocations.

Available on MavenCentral.

Dependency Declaration

Maven dependency:

<dependency>
  <groupId>com.github.orm-fux</groupId>
  <artifactId>ormfux-common-util</artifactId>
  <version>1.6.2</version>
</dependency>

Gradle dependency:

compile group: 'com.github.orm-fux', name: 'ormfux-common-util', version: '1.6.2'

Version History

1.6.2

Extended Stream API:

  • Added final operation consume as more precisely named version of the standard Stream's forEach.
  • Added initialization method to "convert" an Optional containing a collection into a Stream of Optionals of the collection content.

1.6.1

Extended Stream API:

  • Create Stream from Map.
  • Create Stream from java.util.stream.Stream.
  • forEach is not a terminal operation anymore.
  • Added terminal operation that filters and directly creates a Map - i.e. combination of filter and map operations.

Версии библиотеки

Версия
1.6.2
1.6.1
1.6.0
1.5.1
1.5