Skip to content
/ Util Public

Utilities for my public projects.

License

Notifications You must be signed in to change notification settings

RoanH/Util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)