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