@evenh's util library

Various utilities that can be repetitive to write in multiple codebases

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

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

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

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

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

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

@evenh's util library
Various utilities that can be repetitive to write in multiple codebases
Ссылка на сайт

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

https://github.com/evenh/utils
Система контроля версий

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

https://github.com/evenh/utils

Скачать util

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

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

Зависимости

compile (1)

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

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3

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

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

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

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

Версия
0.0.2
0.0.1