linguin-ai-java
Java 11 API Wrapper for https://linguin.ai
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.