| GroupId | GroupIdcom.nu-art-software |
|---|---|
| ArtifactId | ArtifactIdgoogle-stt |
| Version | Version1.0.54 |
| Type | Typejar |
| Filename | Size |
|---|---|
| google-stt-1.0.54.pom | |
| google-stt-1.0.54.jar | 19 KB |
| google-stt-1.0.54-sources.jar | 4 KB |
| google-stt-1.0.54-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nu-art-software/google-stt/ -->
<dependency>
<groupId>com.nu-art-software</groupId>
<artifactId>google-stt</artifactId>
<version>1.0.54</version>
</dependency>
// https://jarcasting.com/artifacts/com.nu-art-software/google-stt/
implementation 'com.nu-art-software:google-stt:1.0.54'
// https://jarcasting.com/artifacts/com.nu-art-software/google-stt/
implementation ("com.nu-art-software:google-stt:1.0.54")
'com.nu-art-software:google-stt:jar:1.0.54'
<dependency org="com.nu-art-software" name="google-stt" rev="1.0.54">
<artifact name="google-stt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nu-art-software', module='google-stt', version='1.0.54')
)
libraryDependencies += "com.nu-art-software" % "google-stt" % "1.0.54"
[com.nu-art-software/google-stt "1.0.54"]