common-java-utils

A collection of Java 8 utility classes which solve quasi-common problems which aren't commonly provided in the more general utilities libraries out there.

License

License

Apache License, Version 2.0
Categories

Categories

Java Languages
GroupId

GroupId

com.github.joineral32
ArtifactId

ArtifactId

common-java-utils
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

common-java-utils
A collection of Java 8 utility classes which solve quasi-common problems which aren't commonly provided in the more general utilities libraries out there.

Download common-java-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.joineral32/common-java-utils/ -->
<dependency>
    <groupId>com.github.joineral32</groupId>
    <artifactId>common-java-utils</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joineral32/common-java-utils/
implementation 'com.github.joineral32:common-java-utils:1.0.1'
// https://jarcasting.com/artifacts/com.github.joineral32/common-java-utils/
implementation ("com.github.joineral32:common-java-utils:1.0.1")
'com.github.joineral32:common-java-utils:jar:1.0.1'
<dependency org="com.github.joineral32" name="common-java-utils" rev="1.0.1">
  <artifact name="common-java-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joineral32', module='common-java-utils', version='1.0.1')
)
libraryDependencies += "com.github.joineral32" % "common-java-utils" % "1.0.1"
[com.github.joineral32/common-java-utils "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.slf4j : slf4j-simple jar 1.7.6
com.google.code.findbugs : jsr305 jar 3.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1