How to download and setup jgo
Open terminal and run command
git clone https://github.com/scijava/jgo.git
git clone is used to create a copy or clone of jgo repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with jgo https://github.com/scijava/jgo/archive/master.zip
Or simply clone jgo with SSH
[email protected]:scijava/jgo.git