aistomin / maven-browser

Java library that allows to search and browse the Maven artifacts.
Other
6 stars 0 forks source link

Define .equals() and hashCode() for the domain entities #19

Closed aistomin closed 5 years ago

aistomin commented 5 years ago

Let's define .equals() and hashCode() methods for the entities:

  1. com.github.aistomin.maven.browser.MavenArtifact
  2. com.github.aistomin.maven.browser.MavenGroup
  3. com.github.aistomin.maven.browser.MavenArtifactVersion
aistomin commented 5 years ago

Done.