Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 539 Bytes

yystal

library for features that java needs (beta)

temp note: huge amount of unnecessary lwjgl jars are in yystals maven rn will be fixed

maven

Add this as a repository:

		<repository>
			<id>united-meows</id>
			<name>united-meows custom repo</name>
			<url>http://185.77.3.221:8080/releases</url>
		</repository>

After that you can add:

		<dependency>
			<groupId>com.github.unitedmeows</groupId>
			<artifactId>yystal</artifactId>
			<version>1.1.6</version>
		</dependency> 

to your pom.xml.