GroupId | GroupIdcom.ibm.watson |
---|---|
ArtifactId | ArtifactIdtext-to-speech |
Version | Version9.0.0-rc.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/ -->
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>text-to-speech</artifactId>
<version>9.0.0-rc.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/
implementation 'com.ibm.watson:text-to-speech:9.0.0-rc.2'
// https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/
implementation ("com.ibm.watson:text-to-speech:9.0.0-rc.2")
'com.ibm.watson:text-to-speech:jar:9.0.0-rc.2'
<dependency org="com.ibm.watson" name="text-to-speech" rev="9.0.0-rc.2">
<artifact name="text-to-speech" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson', module='text-to-speech', version='9.0.0-rc.2')
)
libraryDependencies += "com.ibm.watson" % "text-to-speech" % "9.0.0-rc.2"
[com.ibm.watson/text-to-speech "9.0.0-rc.2"]