tag:github.com,2008:https://github.com/goxr3plus/java-stream-player/releases Release notes from java-stream-player 2020-07-09T13:51:05Z tag:github.com,2008:Repository/107994469/10.0.2 2020-07-09T19:14:37Z 10.0.2 <p>Check <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="652688371" data-permission-text="Title is private" data-url="https://github.com/goxr3plus/java-stream-player/issues/65" data-hovercard-type="pull_request" data-hovercard-url="/goxr3plus/java-stream-player/pull/65/hovercard" href="https://github.com/goxr3plus/java-stream-player/pull/65">#65</a> thank you <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AObuchow/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AObuchow">@AObuchow</a> and <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/JellevanAbbema/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/JellevanAbbema">@JellevanAbbema</a> for your collaboration :)</p> goxr3plus tag:github.com,2008:Repository/107994469/10.0.1 2020-06-23T12:26:12Z 10.0.1 <p>10.0.1</p> goxr3plus tag:github.com,2008:Repository/107994469/10.0.0 2020-03-31T11:51:08Z 10.0.0 <p>This is a pre-release it is possible that it has bugs , released for testing .<br> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="589936285" data-permission-text="Title is private" data-url="https://github.com/goxr3plus/java-stream-player/issues/60" data-hovercard-type="issue" data-hovercard-url="/goxr3plus/java-stream-player/issues/60/hovercard" href="https://github.com/goxr3plus/java-stream-player/issues/60">#60</a><br> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AObuchow/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AObuchow">@AObuchow</a></p> goxr3plus tag:github.com,2008:Repository/107994469/9.0.4 2019-05-28T08:18:22Z 9.0.4 <p>No changes just production ready ( probably )</p> goxr3plus tag:github.com,2008:Repository/107994469/9.0.3 2019-05-10T14:49:38Z 9.0.3 <p>Removed tritonious-share , experimental .</p> goxr3plus tag:github.com,2008:Repository/107994469/9.0.2 2019-05-02T12:16:15Z 9.0.2 <p>Removed unused dependencies</p> goxr3plus tag:github.com,2008:Repository/107994469/9.0.1 2019-04-30T16:56:33Z 9.0.1 <p>Fixed directory standart layout from :</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="goxr3plus.javastreamplayer"><pre class="notranslate"><code>goxr3plus.javastreamplayer </code></pre></div> <p>to :</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="com.goxr3plus.streamplayer"><pre class="notranslate"><code>com.goxr3plus.streamplayer </code></pre></div> goxr3plus tag:github.com,2008:Repository/107994469/9.0.0 2019-04-30T16:48:36Z 9.0.0 <blockquote> <p>Made <code>reset()</code> method of Stream Player Public as requested in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="438169637" data-permission-text="Title is private" data-url="https://github.com/goxr3plus/java-stream-player/issues/7" data-hovercard-type="issue" data-hovercard-url="/goxr3plus/java-stream-player/issues/7/hovercard" href="https://github.com/goxr3plus/java-stream-player/issues/7">#7</a></p> </blockquote> <blockquote> <p>Repackaging following standart Maven Layout</p> </blockquote> <blockquote> <p>More examples in the source code.</p> </blockquote> goxr3plus tag:github.com,2008:Repository/107994469/V8.0.0 2019-01-21T12:19:13Z V8.0.0 <p>This release contains important bug fixes .</p> goxr3plus tag:github.com,2008:Repository/107994469/V1.1.0 2017-11-05T17:01:05Z New release with better packaging <h3>Add it to your project using JitPack :</h3> <p><a href="https://jitpack.io/private#goxr3plus/java-stream-player" rel="nofollow">https://jitpack.io/private#goxr3plus/java-stream-player</a></p> <h3>Step 1. Add the JitPack repository to your build file</h3> <div class="highlight highlight-text-xml notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;repositories&gt; &lt;repository&gt; &lt;id&gt;jitpack.io&lt;/id&gt; &lt;url&gt;https://jitpack.io&lt;/url&gt; &lt;/repository&gt; &lt;/repositories&gt;"><pre>&lt;<span class="pl-ent">repositories</span>&gt; &lt;<span class="pl-ent">repository</span>&gt; &lt;<span class="pl-ent">id</span>&gt;jitpack.io&lt;/<span class="pl-ent">id</span>&gt; &lt;<span class="pl-ent">url</span>&gt;https://jitpack.io&lt;/<span class="pl-ent">url</span>&gt; &lt;/<span class="pl-ent">repository</span>&gt; &lt;/<span class="pl-ent">repositories</span>&gt;</pre></div> <h3>Step 2. Add the dependency</h3> <div class="highlight highlight-text-xml notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;dependency&gt; &lt;groupId&gt;com.github.goxr3plus&lt;/groupId&gt; &lt;artifactId&gt;java-stream-player&lt;/artifactId&gt; &lt;version&gt;V1.1.0&lt;/version&gt; &lt;/dependency&gt;"><pre>&lt;<span class="pl-ent">dependency</span>&gt; &lt;<span class="pl-ent">groupId</span>&gt;com.github.goxr3plus&lt;/<span class="pl-ent">groupId</span>&gt; &lt;<span class="pl-ent">artifactId</span>&gt;java-stream-player&lt;/<span class="pl-ent">artifactId</span>&gt; &lt;<span class="pl-ent">version</span>&gt;V1.1.0&lt;/<span class="pl-ent">version</span>&gt; &lt;/<span class="pl-ent">dependency</span>&gt;</pre></div> goxr3plus