ano-utils

Defines various standards for all Anotheria Maven Projects

Лицензия

Лицензия

Категории

Категории

Сеть Other Универсальные библиотеки
Группа

Группа

net.anotheria
Идентификатор

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

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

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

2.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

ano-utils
Defines various standards for all Anotheria Maven Projects
Организация-разработчик

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

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

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

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

Скачать ano-util

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.21
net.anotheria : configureme jar 2.3.3
org.bouncycastle : bcprov-jdk15on jar 1.54

provided (1)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : findbugs jar 3.0.1

test (4)

Идентификатор библиотеки Тип Версия
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

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

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

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

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

Версия
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