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