/linguin-ai-java

Java 11 API Wrapper for https://linguin.ai

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

linguin-ai-java

Java 11 API Wrapper for https://linguin.ai

Build Status Coverage Status

Managed By Self XDSD DevOps By Rultor.com We recommend IntelliJ IDEA

To get the latest release from Maven Central, simply add the following to your pom.xml:

<dependency>
    <groupId>io.imagineobjects.web</groupId>
    <artifactId>linguin-ai-java</artifactId>
    <version>not-yet-released</version>
</dependency>

or download the fat jar.

If you use Gradle, add this to your dependencies:

implementation group: 'io.imagineobjects.web', name: 'linguin-ai-java', version: 'not-yet-released'

The releases are also available on Github Packages!

Contributing

If you would like to contribute, just open an issue or a PR.

Make sure the maven build:

$mvn clean install -Pcheckstyle,itcases

passes before making a PR. Checkstyle will make sure you're following our code style and guidlines.