A set of utilities and interfaces for Netgrid's open-source java projects.
This library uses a sub-set of apache-commons libraries for utilities implementation.
This library will be hosted by the Central Maven Repository, so you can set up your Maven project simply adding the dependency
<dependencies>
<dependency>
<groupId>it.netgrid</groupId>
<artifactId>commons</artifactId>
<version>0.0.1</version>
</dependency>
</dependencies>
If you want do it from source, download the code and compile it using maven install.
This library is simply a collection of interfaces and utils to keep the code clean.
- Use Git Flow branching strategy
- Preserve the existing codebase coding style
- Write tests if needed
- We review ALL your code before merging
- Repo owner or admin