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