GroupId | GroupIdcom.ibm.watson.developer_cloud |
---|---|
ArtifactId | ArtifactIdtext-to-speech |
Version | Version5.1.1 |
Type | Typejar |
Filename | Size |
---|---|
text-to-speech-5.1.1.pom | |
text-to-speech-5.1.1.jar | 54 KB |
text-to-speech-5.1.1-sources.jar | 38 KB |
text-to-speech-5.1.1-javadoc.jar | 184 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>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson.developer_cloud/text-to-speech/
implementation 'com.ibm.watson.developer_cloud:text-to-speech:5.1.1'
// https://jarcasting.com/artifacts/com.ibm.watson.developer_cloud/text-to-speech/
implementation ("com.ibm.watson.developer_cloud:text-to-speech:5.1.1")
'com.ibm.watson.developer_cloud:text-to-speech:jar:5.1.1'
<dependency org="com.ibm.watson.developer_cloud" name="text-to-speech" rev="5.1.1">
<artifact name="text-to-speech" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson.developer_cloud', module='text-to-speech', version='5.1.1')
)
libraryDependencies += "com.ibm.watson.developer_cloud" % "text-to-speech" % "5.1.1"
[com.ibm.watson.developer_cloud/text-to-speech "5.1.1"]