Skip to content

Java 8 and Bug Fixes

Latest
Compare
Choose a tag to compare
@goxr3plus goxr3plus released this 03 Nov 20:07
· 23 commits to master since this release

Java 8 and Bug Fixes #6

Add it to your project using JitPack :

https://jitpack.io/private#goxr3plus/java-google-speech-api

Step 1. Add the JitPack repository to your build file

<repositories>
	<repository>
	   <id>jitpack.io</id>
	   <url>https://jitpack.io</url>
        </repository>
</repositories>

Step 2. Add the dependency

<dependency>
   <groupId>com.github.goxr3plus</groupId>
   <artifactId>java-google-speech-api</artifactId>
   <version>8.0.0</version> 
</dependency>