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