ano-utils

Defines various standards for all Anotheria Maven Projects

License

License

Categories

Categories

Net Other General Purpose Libraries
GroupId

GroupId

net.anotheria
ArtifactId

ArtifactId

ano-util
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

ano-utils
Defines various standards for all Anotheria Maven Projects
Project Organization

Project Organization

anotheria.net
Source Code Management

Source Code Management

https://github.com/anotheria/ano-util

Download ano-util

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
net.anotheria : configureme jar 2.3.3
org.bouncycastle : bcprov-jdk15on jar 1.54

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : findbugs jar 3.0.1

test (4)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.4
ch.qos.logback : logback-classic jar 1.1.7
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

ano-util

General Class Utilities

It contains among other stuff:

IdBasedLock

a utility to lock resource based on an id and not actual object. https://anotheria.net/blog/uncategorized/id-based-locking/

CryptTool

CryptTool for basic encryption/decryption utilities.

HistoDiffReader

A utility to analyze java histogramms.

QueuedProcessor

A utility to process tasks in a background thread.

Slicer

An utility to cut results sets in chunks (segments) for paging.

StaticQuickSorter

An implementation of a quick sort algorithm which supports sorting by different attributes of an object (sortType) and direction (sortOrder).

IdCodeGenerator

Generates random long ids for different purposes.

and so on.

net.anotheria

anotheria

anotheria solution gmbh

Versions

Version
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.1
2.1.0
2.0.1
2.0.0