Skip to content

united-meows/yystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

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.