A program that chooses a timeline snapshot from a GitLab Repository and fetches all activities of members from that timeline and produces further analysis on the contributions of members.
The easiest way to run the program is to open up cmd
, navigate to /Java
folder and run gradle bootRun
or grunner
- org.mongodb:mongo-java-driver:3.12.7
- org.springframework.boot:spring-boot-starter-web:2.2.0.RELEASE
- org.projectlombok:lombok:1.18.16
- org.springframework.boot:spring-boot-starter-test
- com.google.code.gson:gson:2.8.5