Utilt

Yet another java utility library.

License

License

GroupId

GroupId

edu.jhu.hlt
ArtifactId

ArtifactId

utilt
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Utilt
Yet another java utility library.
Project URL

Project URL

https://github.com/maxthomas/utilt
Project Organization

Project Organization

Johns Hopkins University HLTCOE
Source Code Management

Source Code Management

https://github.com/maxthomas/utilt

Download utilt

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.16

Project Modules

There are no modules declared in this project.

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.

Versions

Version
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0