@evenh's util library

Various utilities that can be repetitive to write in multiple codebases

License

License

Categories

Categories

Net
GroupId

GroupId

net.evenh
ArtifactId

ArtifactId

util
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

@evenh's util library
Various utilities that can be repetitive to write in multiple codebases
Project URL

Project URL

https://github.com/evenh/utils
Source Code Management

Source Code Management

https://github.com/evenh/utils

Download util

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 21.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Even's utils Build Status

A collection of misc. utils I find useful. Feel free to add a PR if you feel like something is missing.

Usage

Add the following dependency to your pom.xml:

<dependency>
    <groupId>net.evenh</groupId>
    <artifactId>util</artifactId>
    <version>0.0.2</version>
</dependency>

See the releases tab for available versions to use.

License

MIT

Versions

Version
0.0.2
0.0.1