License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.catalystcode |
ArtifactId | ArtifactIdspeechtotext-websockets-java |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpeechToText-WebSockets-Java
A Java implementation of the Bing Speech to Text API websocket protocol
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.catalystcode/speechtotext-websockets-java/ -->
<dependency>
<groupId>com.github.catalystcode</groupId>
<artifactId>speechtotext-websockets-java</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.catalystcode/speechtotext-websockets-java/
implementation 'com.github.catalystcode:speechtotext-websockets-java:0.0.7'
// https://jarcasting.com/artifacts/com.github.catalystcode/speechtotext-websockets-java/
implementation ("com.github.catalystcode:speechtotext-websockets-java:0.0.7")
'com.github.catalystcode:speechtotext-websockets-java:jar:0.0.7'
<dependency org="com.github.catalystcode" name="speechtotext-websockets-java" rev="0.0.7">
<artifact name="speechtotext-websockets-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.catalystcode', module='speechtotext-websockets-java', version='0.0.7')
)
libraryDependencies += "com.github.catalystcode" % "speechtotext-websockets-java" % "0.0.7"
[com.github.catalystcode/speechtotext-websockets-java "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
org.json : json | jar | 20170516 |
com.googlecode.soundlibs : jlayer | jar | 1.0.1-1 |
com.neovisionaries : nv-websocket-client | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M4 |