Jacuzzi - Full

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

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.albertoanguita
ArtifactId

ArtifactId

jacuzzi-full
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

pom
Description

Description

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

Download jacuzzi-full

Filename Size
jacuzzi-full-0.3.2.pom 1 KB
Browse

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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