Skip to content

New release with better packaging

Compare
Choose a tag to compare
@goxr3plus goxr3plus released this 31 Oct 21:26
· 172 commits to master since this release

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>