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