Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 931 Bytes

File metadata and controls

27 lines (23 loc) · 931 Bytes

FXEngine

Core/Engine for creating JavaFX applications

GPL License, Version 3.0 GitHub all releases GitHub commit activity GitHub last commit GitHub Release Date

<repositories>
	<repository>
		<id>jitpack.io</id>
            	<url>https://jitpack.io</url>
        </repository>
</repositories>
<dependencies>
	<dependency>
		<groupId>com.github.HZERR</groupId>
		<artifactId>FXEngine</artifactId>
		<version>1.3E</version>
	</dependency>
</dependencies>