fez

Helper methods for Java

Лицензия

Лицензия

Группа

Группа

de.poiu.fez
Идентификатор

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

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

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

fez
Helper methods for Java
Ссылка на сайт

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

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

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

https://github.com/hupfdule/fez

Скачать fez

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.assertj : assertj-core jar 3.10.0

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

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

Fez

Fez Fez

Helper methods for Java.

What is Fez

Fez provides some utility classes to provide small helper methods for Java that are not already provided in the JDK or by Guava.

Currently the following classes are provided by Fez:

Require

Helper class for checking method parameter values.

ResettableTimer

Timer class that allows resetting the time for the next execution.

NamedThreadFactor

A ThreadFactor that allows specifying a name prefix for easier identification of created threads. This is mainly to be used with an ExecutorService

Trigger

A simple Trigger class to trigger some execution.

Prerequisites

Fez has no runtime dependencies on other libraries.

Fez can be used with Java 6 or higher.

Installation

To use Fez in a maven based project use the following maven coordinates:

    <dependency>
      <groupId>de.poiu.fez</groupId>
      <artifactId>fez</artifactId>
      <version>1.1.0</version>
    <dependency>

Otherwise download the jar-file of Fez from the Download page and put it into the classpath of your application.

Usage

See the Javadoc for the available classes and helper methods.

License

Fez is licensed under the terms of the Apache license 2.0.

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

Версия
1.1.0
1.0.0