https://github.com/epam/eco-commons
Eco Commons
https://github.com/epam/eco-commons
Last synced: 22 days ago
JSON representation
Eco Commons
- Host: GitHub
- URL: https://github.com/epam/eco-commons
- Owner: epam
- License: apache-2.0
- Created: 2019-09-17T14:25:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-06-18T08:35:32.000Z (about 1 month ago)
- Last Synced: 2026-06-18T10:22:08.092Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 108 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eco Commons
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:
```
com.epam.eco
commons
${project.version}
```
## Features
* Compute the difference between the original and revised texts using [java-diff-utils](http://code.google.com/p/java-diff-utils/source/browse/)
* Parse java Object to certain java primitive wrapper or Date
* Simple helper to work with time series
## Build
```
git clone git@github.com:epam/eco-commons.git
cd eco-commons
mvn clean package
```
## License
Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)