Either search in the Visual Studio GUI:
Tools > NuGet Package Manager > Manage Packages for Solution... (Visual Studio 2015)
Or run this command in a Nuget Power Shell instance to install the latest stable version
Install-Package Dapper
Or for a specific version
Install-Package Dapper -Version 1.42.0