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