Jacuzzi - Full

A generic java utilities collection project - full functionality with all external dependencies

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.3.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Jacuzzi - Full
A generic java utilities collection project - full functionality with all external dependencies

Скачать jacuzzi-full

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

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.github.albertoanguita : jacuzzi-core jar 0.3.2
com.github.albertoanguita : jacuzzi-database jar 0.3.2
com.github.albertoanguita : jacuzzi-annotations jar 0.3.2

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

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

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