GroupId | GroupIdorg.mozilla.deepspeech |
---|---|
ArtifactId | ArtifactIdlibdeepspeech |
Version | Version0.5.0-alpha.0 |
Type | Typeaar |
Filename | Size |
---|---|
libdeepspeech-0.5.0-alpha.0.pom | |
libdeepspeech-0.5.0-alpha.0-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mozilla.deepspeech/libdeepspeech/ -->
<dependency>
<groupId>org.mozilla.deepspeech</groupId>
<artifactId>libdeepspeech</artifactId>
<version>0.5.0-alpha.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.mozilla.deepspeech/libdeepspeech/
implementation 'org.mozilla.deepspeech:libdeepspeech:0.5.0-alpha.0'
// https://jarcasting.com/artifacts/org.mozilla.deepspeech/libdeepspeech/
implementation ("org.mozilla.deepspeech:libdeepspeech:0.5.0-alpha.0")
'org.mozilla.deepspeech:libdeepspeech:aar:0.5.0-alpha.0'
<dependency org="org.mozilla.deepspeech" name="libdeepspeech" rev="0.5.0-alpha.0">
<artifact name="libdeepspeech" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.mozilla.deepspeech', module='libdeepspeech', version='0.5.0-alpha.0')
)
libraryDependencies += "org.mozilla.deepspeech" % "libdeepspeech" % "0.5.0-alpha.0"
[org.mozilla.deepspeech/libdeepspeech "0.5.0-alpha.0"]