Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 377 Bytes

GamesUtils

License: MIT

Repository to host common api for games apps

Usage

If using maven, one can add the following dependency:

<dependency>
  <groupId>com.github.ptitnoony</groupId>
  <artifactId>gameutils</artifactId>
  <version>1.0</version>
</dependency>