@anthaugh sometimes i just add a wildcard to a dependency, see what version gets resolved, then swap out the wildcard for that version 😅 not very ideal though, and sometimes it picks up snapshots/betas
a
anthaugh
07/14/2017, 7:16 AM
oh wow 🙂 you mean like '1.1.3+'? Where can you check what does it resolve to?
d
damien5314
07/14/2017, 5:36 PM
either in your local maven repo, or probably more easily, i go to 'Project View' in IDEA and at the bottom you see a section for 'External Libraries' that contains your external code