GroupId | GroupIdcom.ibm.watson |
---|---|
ArtifactId | ArtifactIdtext-to-speech |
Version | Version7.4.1 |
Type | Typejar |
Filename | Size |
---|---|
text-to-speech-7.4.1.pom | |
text-to-speech-7.4.1.jar | 72 KB |
text-to-speech-7.4.1-sources.jar | 48 KB |
text-to-speech-7.4.1-javadoc.jar | 220 KB |
text-to-speech-7.4.1-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/ -->
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>text-to-speech</artifactId>
<version>7.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/
implementation 'com.ibm.watson:text-to-speech:7.4.1'
// https://jarcasting.com/artifacts/com.ibm.watson/text-to-speech/
implementation ("com.ibm.watson:text-to-speech:7.4.1")
'com.ibm.watson:text-to-speech:jar:7.4.1'
<dependency org="com.ibm.watson" name="text-to-speech" rev="7.4.1">
<artifact name="text-to-speech" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson', module='text-to-speech', version='7.4.1')
)
libraryDependencies += "com.ibm.watson" % "text-to-speech" % "7.4.1"
[com.ibm.watson/text-to-speech "7.4.1"]