Jacuzzi

A generic java utilities collection project

Лицензия

Лицензия

Категории

Категории

GUI Взаимодействие с пользователем
Группа

Группа

com.github.albertoanguita
Идентификатор

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

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

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

0.3.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Jacuzzi
A generic java utilities collection project
Ссылка на сайт

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

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

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

http://github.com/albertoanguita/jacuzzi/tree/master

Скачать jacuzzi

Имя Файла Размер
jacuzzi-0.3.2.pom 4 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.github.albertoanguita/jacuzzi/ -->
<dependency>
    <groupId>com.github.albertoanguita</groupId>
    <artifactId>jacuzzi</artifactId>
    <version>0.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.albertoanguita/jacuzzi/
implementation 'com.github.albertoanguita:jacuzzi:0.3.2'
// https://jarcasting.com/artifacts/com.github.albertoanguita/jacuzzi/
implementation ("com.github.albertoanguita:jacuzzi:0.3.2")
'com.github.albertoanguita:jacuzzi:pom:0.3.2'
<dependency org="com.github.albertoanguita" name="jacuzzi" rev="0.3.2">
  <artifact name="jacuzzi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.albertoanguita', module='jacuzzi', version='0.3.2')
)
libraryDependencies += "com.github.albertoanguita" % "jacuzzi" % "0.3.2"
[com.github.albertoanguita/jacuzzi "0.3.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • jacuzzicore
  • jacuzzidatabase
  • jacuzziannotations
  • jacuzzifull

A generic java utilities collection project

jacuzzi is an open source collection of utilities for Java. Some of its features are:

  • Concurrency: the concurrency package provides advanced locking systems, configurable event-based timers, process speed monitoring/limiting
  • IO: the io package provides a rich collection of classes for performing io operations, including simple XML serialization, a local storage API (imitating those from javascript engines), generic buffer implementations, a CSV API...
  • AI: the ai package provides several knowledge inference APIs, such as finite state machine implementations, or mycin inference rules.
  • Advanced Map implementations: bijective map, double-key map, auto-key map...
  • Other APIs: hash-based management of files and data structures, observer pattern implementation, generic range API, parallel event queue processing API...

Requirements: JDK 1.8 or higher

In construction...

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

Версия
0.3.2
0.3.1
0.3.0
0.2.8
0.2.7
0.2.6
0.2.4
0.2.2
0.2.1