Skip to content

joeha480/braille-utils.impl

 
 

Repository files navigation

Build Status Type License: LGPL v2.1

braille-utils.imp

Provides embosser, table and paper implementations for the purpose of communicating with embossers.

Using

Download the latest release from maven central and add it to your runtime environment. Access the implementations via the following APIs in braille-utils.api:

  • EmbosserCatalog
  • TableCatalog
  • PaperCatalog

Or, in an OSGi environment, use:

  • EmbosserCatalogService
  • TableCatalogService
  • PaperCatalogService

Building

Build with gradlew build (Windows) or ./gradlew build (Mac/Linux)

Testing

Tests are run with gradlew test (Windows) or ./gradlew test (Mac/Linux)

Requirements & Compatibility

  • Requires Java 8
  • Compatible with SPI and OSGi

More information

See the common wiki for more information.

About

Provides embosser, table and paper implementations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%