is not current version
Last Version 10.0.1

com.ibm.watson:text-to-speech 8.2.1

Java client library to use the IBM Text to Speech API

GroupId

GroupId

com.ibm.watson
ArtifactId

ArtifactId

text-to-speech
Version

Version

8.2.1
Type

Type

jar

Download text-to-speech 8.2.1


<!-- https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/ -->
<dependency>
    <groupId>com.ibm.watson</groupId>
    <artifactId>text-to-speech</artifactId>
    <version>8.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/
implementation 'com.ibm.watson:text-to-speech:8.2.1'
// https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/
implementation ("com.ibm.watson:text-to-speech:8.2.1")
'com.ibm.watson:text-to-speech:jar:8.2.1'
<dependency org="com.ibm.watson" name="text-to-speech" rev="8.2.1">
  <artifact name="text-to-speech" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson', module='text-to-speech', version='8.2.1')
)
libraryDependencies += "com.ibm.watson" % "text-to-speech" % "8.2.1"
[com.ibm.watson/text-to-speech "8.2.1"]