It's a library of general-purpose utilities, helpers and other classes that are shared across ECO projects.
The library can be obtained from the Maven by adding the following dependency in the pom.xml:
<dependency>
<groupId>com.epam.eco</groupId>
<artifactId>commons</artifactId>
<version>${project.version}</version>
</dependency>
- Compute the difference between the original and revised texts using java-diff-utils
- Parse java Object to certain java primitive wrapper or Date
- Simple helper to work with time series
git clone git@github.com:epam/eco-commons.git
cd eco-commons
mvn clean package
Licensed under the Apache License, Version 2.0