Get Degasolv

Download & Run

Degasolv comes in the form of a .jar file, downloadable from GitHub.

As of version 1.8.0, it also comes in the form of an RPM or Debian package.

To get the RPM, add the CentOS bintray repository:

wget https://bintray.com/degasolv/centos/rpm -O bintray-degasolv-centos.repo
sudo mv bintray-degasolv-centos.repo /etc/yum.repos.d/
yum clean all
yum makecache

To get the debian package, add the Ubuntu bintray repository:

curl -L https://bintray.com/user/downloadSubjectPublicKey?username=degasolv | \
    sudo apt-key add -
echo "deb https://dl.bintray.com/degasolv/ubuntu stable main" | \
    sudo tee -a /etc/apt/sources.list.d/bintray-degasolv-ubuntu.list

To use it, you need java installed. Degasolv can be run like this:

java -jar ./degasolv-<version>-standalone.jar

Or, if you are using an OS package, it can be run simply like this:

degasolv

Code

Degasolv lives out on Github.

Support & Problems

If you have a hard time using Degasolv to resolve dependencies within builds, it is a bug! Please do not hesitate to let the authors know via GitHub issue :).

You can also talk to us using Gitter or the Google Group “degasolv-users”.

Contributions

Please contribute to Degasolv! Pull requests are most welcome. Please have a look at the Contributing Guide first.