OmniUtils

Java utility library

Лицензия

Лицензия

Группа

Группа

org.omnifaces
Идентификатор

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

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

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

0.12
Дата

Дата

Тип

Тип

jar
Описание

Описание

OmniUtils
Java utility library
Ссылка на сайт

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

https://github.com/omnifaces/omniutils
Организация-разработчик

Организация-разработчик

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

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

https://github.com/omnifaces/omniutils

Скачать omniutils

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.hamcrest : hamcrest-all jar 1.3

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

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

Maven Javadoc Travis License

OmniFaces Utils

A utility library for Java SE.

OmniUtils is a set of Java SE libraries that includes JDK 8 collectors for working with streams (such as ForEachBatchCollector and ReversedStreamCollector), functional-like predicates (such as isAnyEmpty, isOneOf, and coalesce), reflection tools (such as findField, listAnnotatedFields, and closestMatchingMethod), security functions (such as getCertificateChainFromServer and generateRandomRSAKeys), image tools (such as cropImage, toJpg, toPng and progressiveBilinearDownscale) and much more!

Install

Maven users can add OmniFaces by adding the following Maven coordinates to the pom.xml of a project:

<dependency>
    <groupId>org.omnifaces</groupId>
    <artifactId>omniutils</artifactId>
    <version>0.12</version>
</dependency>

Note that Java 11 support is introduced in version 0.12. If you're still on Java 8, then use version 0.11 instead.

Notes

OmniUtils is still in its early stages of development

org.omnifaces

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

Версия
0.12
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.1