is not current version
Last Version 10.0.1

com.ibm.watson:speech-to-text 9.0.2

Java client library to use the IBM Speech to Text API

GroupId

GroupId

com.ibm.watson
ArtifactId

ArtifactId

speech-to-text
Version

Version

9.0.2
Type

Type

jar

Download speech-to-text 9.0.2


<!-- https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/ -->
<dependency>
    <groupId>com.ibm.watson</groupId>
    <artifactId>speech-to-text</artifactId>
    <version>9.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/
implementation 'com.ibm.watson:speech-to-text:9.0.2'
// https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/
implementation ("com.ibm.watson:speech-to-text:9.0.2")
'com.ibm.watson:speech-to-text:jar:9.0.2'
<dependency org="com.ibm.watson" name="speech-to-text" rev="9.0.2">
  <artifact name="speech-to-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson', module='speech-to-text', version='9.0.2')
)
libraryDependencies += "com.ibm.watson" % "speech-to-text" % "9.0.2"
[com.ibm.watson/speech-to-text "9.0.2"]