Jacuzzi

A generic java utilities collection project

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.albertoanguita
ArtifactId

ArtifactId

jacuzzi
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

pom
Description

Description

Jacuzzi
A generic java utilities collection project
Project URL

Project URL

https://github.com/albertoanguita/jacuzzi
Source Code Management

Source Code Management

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

Download jacuzzi

Filename Size
jacuzzi-0.3.2.pom 4 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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...

Versions

Version
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