GroupId | GroupIdcom.ibm.watson |
---|---|
ArtifactId | ArtifactIdtext-to-speech |
Version | Version9.1.0 |
Type | Typejar |
Filename | Size |
---|---|
text-to-speech-9.1.0.pom | |
text-to-speech-9.1.0.jar | 74 KB |
text-to-speech-9.1.0-sources.jar | 50 KB |
text-to-speech-9.1.0-javadoc.jar | 364 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/ -->
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>text-to-speech</artifactId>
<version>9.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/
implementation 'com.ibm.watson:text-to-speech:9.1.0'
// https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/
implementation ("com.ibm.watson:text-to-speech:9.1.0")
'com.ibm.watson:text-to-speech:jar:9.1.0'
<dependency org="com.ibm.watson" name="text-to-speech" rev="9.1.0">
<artifact name="text-to-speech" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson', module='text-to-speech', version='9.1.0')
)
libraryDependencies += "com.ibm.watson" % "text-to-speech" % "9.1.0"
[com.ibm.watson/text-to-speech "9.1.0"]