Skip to content

Releases: goxr3plus/java-stream-player

10.0.2

09 Jul 19:14
ecdabb4
Compare
Choose a tag to compare

Check #65 thank you @AObuchow and @JellevanAbbema for your collaboration :)

10.0.1

23 Jun 12:26
9ff4cb1
Compare
Choose a tag to compare

10.0.1

10.0.0

31 Mar 11:51
1ec869b
Compare
Choose a tag to compare
10.0.0 Pre-release
Pre-release

This is a pre-release it is possible that it has bugs , released for testing .
#60
@AObuchow

9.0.4

28 May 08:18
1a32b14
Compare
Choose a tag to compare

No changes just production ready ( probably )

9.0.3

10 May 14:49
abc9856
Compare
Choose a tag to compare
9.0.3 Pre-release
Pre-release

Removed tritonious-share , experimental .

9.0.2

02 May 12:16
Compare
Choose a tag to compare

Removed unused dependencies

9.0.1

30 Apr 16:56
Compare
Choose a tag to compare

Fixed directory standart layout from :

goxr3plus.javastreamplayer

to :

com.goxr3plus.streamplayer

9.0.0

30 Apr 16:48
Compare
Choose a tag to compare

Made reset() method of Stream Player Public as requested in #7

Repackaging following standart Maven Layout

More examples in the source code.

V8.0.0

27 Dec 16:51
Compare
Choose a tag to compare

This release contains important bug fixes .

New release with better packaging

31 Oct 21:26
Compare
Choose a tag to compare

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>