Ekam Commons is a core utility library for Ekam. It's core functionalities include
- Data Cache
- Random Port Generator (For Appium and Selenium servers)
- Directory and File Finders
- File Utilities
- Gson Parser
- Path Builder
- Repetitive String Generator
Ekam Commons can be included not just in Ekam but in any project.
implementation 'com.testvagrant.ekam:ekam-commons:0.1.1-beta'
<dependency>
<groupId>com.testvagrant.ekam</groupId>
<artifactId>ekam-commons</artifactId>
<version>1.0.2</version>
</dependency>
./gradlew clean build