Skip to content

boldt/Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Utils

This is a small collection of commonly needed Java functionalities.

Maven

Add the repository

<repositories>
	<repository>
		<id>boldt@github.com</id>
		<url>https://raw.github.com/boldt/maven/master/snapshots</url>
		<layout>default</layout>
	</repository>
</repositories>

Add the dependency

<dependency>
	<groupId>de.dennis_boldt</groupId>
	<artifactId>Utils</artifactId>
	<version>0.1.6-SNAPSHOT</version>
</dependency>

Thanks to

About

Different useful Java Utils

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages