For a newcomer to Maven, is there a recommended methodology for
determining the correct groupId/artifactId/version for a particular
dependency one might need?  For Maven 1, what I would do is browse the
repository on ibiblio trying to find the jar file I was looking for,
then once I found it I'd use the directory and filename to determine the
groupId/artifactId/version for that file.  Is that still the way people
should do it?  The M2 repository layout is a bit more cumbersome to
browse.  Is there a better way?  Maybe an index of the repository
somewhere?
 
..David..
 

Reply via email to