Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.24 KB

Gene-Way Shared Module

Build Status license Maven Central

Gene-Way-App is an MVP project for tracking snacks consumptions. It uses a Server-Client architecture for providing an interactive mobile front-end that can communicate with the backend-server.

Gene-Way-Shared

Is a shared module used by both the server and the client to facilitate the communication between them.

Getting the Package

The latest release of the artifact is available on Maven Central, and can be installed using the following Maven dependency:

<dependency>
  <groupId>com.gene-play</groupId>
  <artifactId>gene-way-shared</artifactId>
  <version>0.4.7</version>
</dependency>

Contributors

The code has been written by Firas Swidan, PhD.

License

The code of the Gene-Way-Shared project is distributed under the Apache 2 License.