GroupId | GroupIdai.tock |
---|---|
ArtifactId | ArtifactIdtock-stt |
Version | Version19.9.4 |
Type | Typepom |
Filename | Size |
---|---|
tock-stt-19.9.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.tock/tock-stt/ -->
<dependency>
<groupId>ai.tock</groupId>
<artifactId>tock-stt</artifactId>
<version>19.9.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/tock-stt/
implementation 'ai.tock:tock-stt:19.9.4'
// https://jarcasting.com/artifacts/ai.tock/tock-stt/
implementation ("ai.tock:tock-stt:19.9.4")
'ai.tock:tock-stt:pom:19.9.4'
<dependency org="ai.tock" name="tock-stt" rev="19.9.4">
<artifact name="tock-stt" type="pom" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='tock-stt', version='19.9.4')
)
libraryDependencies += "ai.tock" % "tock-stt" % "19.9.4"
[ai.tock/tock-stt "19.9.4"]