Releases: goxr3plus/java-stream-player
Releases · goxr3plus/java-stream-player
10.0.2
10.0.1
10.0.0
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
V8.0.0
New release with better packaging
Add it to your project using JitPack :
https://jitpack.io/private#goxr3plus/java-stream-player
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-stream-player</artifactId>
<version>V1.1.0</version>
</dependency>