Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1018 Bytes

File metadata and controls

30 lines (24 loc) · 1018 Bytes

Util

Utilities for public projects. I mainly use this repository to implement features to all of my projects at the same time. You're free to use this as a dependency for your own project. Currently the most interesting feature is being able to use the modern style Windows file chooser that normally isn't available in Swing.

Documentation can be found at: https://util.docs.roanh.dev/

Artifacts Maven Central

Gradle
repositories{
	mavenCentral()
}

dependencies{
	implementation 'dev.roanh.util:util:2.5'
}
Maven
<dependency>
	<groupId>dev.roanh.util</groupId>
	<artifactId>util</artifactId>
	<version>2.5</version>
</dependency>

History

Project development started: 16th of August, 2019.
(Initial code formerly part of other projects)