Skip to content

iotinga/netgrid-java-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netgrid Java Commons

A set of utilities and interfaces for Netgrid's open-source java projects.

Requirements

This library uses a sub-set of apache-commons libraries for utilities implementation.

How do I get set up?

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.

How it works

This library is simply a collection of interfaces and utils to keep the code clean.

Contribution guidelines

  • Use Git Flow branching strategy
  • Preserve the existing codebase coding style
  • Write tests if needed
  • We review ALL your code before merging

Whom should I speak to?

  • Repo owner or admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages