Skip to content

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Rhyme Core Framework

Maven Central

This module contains all the core interfaces and implementation classes for the Rhyme framework.

Usage

This is the only direct dependency you need to add to any Java project to use Rhyme for consuming or implementing HAL API interfaces as explained in the main README.

There are also some additional integration modules available that you can use instead:

These integration modules will also include the core framework as a transient dependency. They do make some assumptions that may not fit your use case, so nothing prevents you from just using the core framework instead (and copy and adjust code from the integration modules as required).

Documentation