Java library that allows to search and browse the Maven artifacts.
Other
6
stars
0
forks
source link
Change the parameters order in com.github.aistomin.maven.browser.MavenArtifact#MavenArtifact(java.lang.String, com.github.aistomin.maven.browser.MvnGroup) #28
To be consistent with com.github.aistomin.maven.browser.MavenArtifactVersion class we need to change the constructor of com.github.aistomin.maven.browser.MavenArtifact: the group should go first, the name should go next(from biggest entity to smallest).
To be consistent with
com.github.aistomin.maven.browser.MavenArtifactVersion
class we need to change the constructor ofcom.github.aistomin.maven.browser.MavenArtifact
: the group should go first, the name should go next(from biggest entity to smallest).