Skip to content

Provides the core API used in Dotify

Notifications You must be signed in to change notification settings

sbsdev/dotify.api

 
 

Repository files navigation

Build Status Type

Core Dotify API

Provides the core Dotify API.

Using

To implement the API, download the latest release from maven central.

To use the API, you need to download at least one implementation as well. Here's a list of known implementations:

  • dotify.formatter.impl
  • dotify.translator.impl
  • dotify.text.impl
  • dotify.hyphenator.impl

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
  • Implementations can be provided with SPI and/or OSGi

Javadoc

Javadoc for the latest Dotify API development is available here.

More information

See the common wiki for more information.

About

Provides the core API used in Dotify

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.9%
  • Shell 1.1%