Correct mvn version for dispatch.databinder.net
问题 The last version of the library dispatch.databinder.net is 0.9.5, according to the website. What is the correct mvn dependency? <dependency> <groupId>net.databinder.dispatch</groupId> <artifactId>core_2.10</artifactId> <version>0.9.1</version> </dependency> or <dependency> <groupId>net.databinder.dispatch</groupId> <artifactId>dispatch-core_2.10</artifactId> <version>0.9.5</version> </dependency> or something else? and how to find out this in general? 回答1: Since the website says