Utilt

Yet another java utility library.

Лицензия

Лицензия

Группа

Группа

edu.jhu.hlt
Идентификатор

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

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

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Utilt
Yet another java utility library.
Ссылка на сайт

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

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

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

Johns Hopkins University HLTCOE
Система контроля версий

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

https://github.com/maxthomas/utilt

Скачать utilt

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.16

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

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

utilt

Circle CI Maven Badges javadoc.io

This library attempts to make Java a little less painful.

Latest Maven dependency

<dependency>
  <groupId>edu.jhu.hlt</groupId>
  <artifactId>utilt</artifactId>
  <version>2.0.0</version>
</dependency>

SystemErrDisabler

Toggle writing to System.err - useful if tools you don't own have calls that aren't worth keeping around.

AutoCloseableIterator

Combination of Iterator<K> and AutoCloseable, inspired by C#'s IDisposable interface.

edu.jhu.hlt.utilt.io

Contains classes that can wrap java.nio.file.Path objects, checking if the objects are directories or missing. Useful for avoiding calls to Java's Files class everywhere.

LoggedUncaughtExceptionHandler

Implementation of UncaughtExceptionHandler that uses slf4j to log the exception.

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

Версия
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0