joeha480 / dotify.text.impl

Provides an implementation of the text interfaces in dotify.api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Type License: LGPL v2.1

Introduction

dotify.text.impl contains an implementation of the text interfaces of dotify.api.

Using

Download the latest release from maven central and add it to your runtime environment.

Access the implementations via the following APIs in dotify.api:

  • Integer2TextFactoryMaker

or in an OSGi environment use:

  • Integer2TextFactoryMakerService

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 an implementation of the text interfaces in dotify.api

License:GNU Lesser General Public License v2.1


Languages

Language:Java 94.7%Language:Shell 5.3%