See the generic Speechly gRPC stubs documentation for more information about using the API.
The API is packaged and distributed in Maven Central, so all you need to do is add a dependency to com.speechly:api.
In Maven:
<dependency>
<groupId>com.speechly</groupId>
<artifactId>api</artifactId>
<version>${speechly.version}</version>
</dependency>and in gradle:
implementation "com.speechly:api:$speechly.version"See the latest version from the releases in this repository.