Jacuzzi - Annotations

A generic java utilities collection project - extended functionality with aspectj dependency

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.albertoanguita
ArtifactId

ArtifactId

jacuzzi-annotations
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Jacuzzi - Annotations
A generic java utilities collection project - extended functionality with aspectj dependency

Download jacuzzi-annotations

How to add to project

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

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