Skip to content

A project containing helper methods for Java projects

License

Notifications You must be signed in to change notification settings

TeamDF14/JavaUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaUtil

The problem of a developer is that you have to develop small snippets again and again, even though they have already been developed in a project. This project should contain a collection of useful snippets that you use over and over again.Feel free to expand this collection.

Getting Started

You only have to integrate the Java project into your development environment. The required Lilbrarys are obtained via Maven.

There is no need to create an instance of an object because the methods can be statically retrieved. Here is an example of how to use a static function, for example:

util.String.notEmpty("Hello World!");

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A project containing helper methods for Java projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages