Skip to content

com-nilportugues/shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared Components

Includes the following base classes:

  • Objects for building Aggregates.
  • Objects for filtering repository data.

Installation

Add in your pom.xml file the jitpack.io repositories:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Now add the package as a dependency:

<dependencies>		
  <dependency>
    <groupId>com.github.com-nilportugues</groupId>
    <artifactId>shared</artifactId>
    <version>${shared.version}</version>
  </dependency>
</dependencies>  

Authors

License

The code base is licensed under the MIT license.