The recommended way is via paket or nuget.
For nuget :
nuget install BlackFox.FsJavaProps -ExcludeVersion -OutputDirectory packages
For paket, add nuget BlackFox.FsJavaProps
to your paket.dependencies
and then to
install it :
/.paket/paket.exe install
A zip file containing the latest released version can also be found in the latest GitHub release.