GroupId | GroupIdcom.ibm.watson |
---|---|
ArtifactId | ArtifactIdspeech-to-text |
Version | Version9.0.1 |
Type | Typejar |
Filename | Size |
---|---|
speech-to-text-9.0.1.pom | |
speech-to-text-9.0.1.jar | 180 KB |
speech-to-text-9.0.1-sources.jar | 155 KB |
speech-to-text-9.0.1-javadoc.jar | 566 KB |
speech-to-text-9.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/
implementation 'com.ibm.watson:speech-to-text:9.0.1'
// https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/
implementation ("com.ibm.watson:speech-to-text:9.0.1")
'com.ibm.watson:speech-to-text:jar:9.0.1'
<dependency org="com.ibm.watson" name="speech-to-text" rev="9.0.1">
<artifact name="speech-to-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson', module='speech-to-text', version='9.0.1')
)
libraryDependencies += "com.ibm.watson" % "speech-to-text" % "9.0.1"
[com.ibm.watson/speech-to-text "9.0.1"]