hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages

Home Page:http://www.illposed.com/software/javaosc.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.9 Release

Erimelowo opened this issue · comments

Hi, we're using this library in https://github.com/SlimeVR/SlimeVR-Server and had troubles with the missing awt.Color class on Android that has been fixed in main now.
We are using a hacky workaround, but it is a hacky workaround.
Would it be possible to make a new release to have a native fix?

I also needed version 0.9

Note, there already is a 0.9-SNAPSHOT release

... you can refer to it after putting this in your maven file:

	<repositories>
		<repository>
			<id>ossrh</id>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		</repository>
	</repositories>

I just made a 0.9 release (using Java 17). It should be available in a few hours...
and there it is:
https://mvnrepository.com/artifact/com.illposed.osc/javaosc-core