OmniUtils

Java utility library

License

License

GroupId

GroupId

org.omnifaces
ArtifactId

ArtifactId

omniutils
Last Version

Last Version

0.12
Release Date

Release Date

Type

Type

jar
Description

Description

OmniUtils
Java utility library
Project URL

Project URL

https://github.com/omnifaces/omniutils
Project Organization

Project Organization

OmniFaces
Source Code Management

Source Code Management

https://github.com/omnifaces/omniutils

Download omniutils

How to add to project

<!-- 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"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.12
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.1