GroupId | GroupIdai.tock |
---|---|
ArtifactId | ArtifactIdtock-stt-google-speech |
Version | Version19.9.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.tock/tock-stt-google-speech/ -->
<dependency>
<groupId>ai.tock</groupId>
<artifactId>tock-stt-google-speech</artifactId>
<version>19.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/tock-stt-google-speech/
implementation 'ai.tock:tock-stt-google-speech:19.9.2'
// https://jarcasting.com/artifacts/ai.tock/tock-stt-google-speech/
implementation ("ai.tock:tock-stt-google-speech:19.9.2")
'ai.tock:tock-stt-google-speech:jar:19.9.2'
<dependency org="ai.tock" name="tock-stt-google-speech" rev="19.9.2">
<artifact name="tock-stt-google-speech" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='tock-stt-google-speech', version='19.9.2')
)
libraryDependencies += "ai.tock" % "tock-stt-google-speech" % "19.9.2"
[ai.tock/tock-stt-google-speech "19.9.2"]