Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.46 KB

Build Status

Dorset

Dorset is a framework for building intelligent assistants. With Dorset, you can build applications like Siri or Amazon Echo. Sample applications are available in the Dorset demos repository.

License

The license is Apache 2.0. See LICENSE.

Releases

Published releases are available on Maven Central.

<dependency>
  <groupId>edu.jhuapl.dorset</groupId>
  <artifactId>dorset-core</artifactId>
  <version>0.4.0</version>
</dependency>

Versioning

We follow semantic versioning. Each version number has 3 parts (for example, 1.2.1) with the components being

  • Major: backward compatible breaking changes
  • Minor: new functionality, but backward compatible
  • Bug Fixes: no new functionality

We expect the API to not be stable until version 0.5.0 so expect compatibility breaking changes until that release.

Contributing

Report bugs to the GitHub issue tracker. Send patches as pull requests. Patches must support Java 7 and above.

We need a Contributor License Agreement before we can accept pull requests. It is available online at https://cla-assistant.io/DorsetProject/dorset-framework

For more information about contributing, please see CONTRIBUTING.md.