You will find here the links to all Downloads of projects implied by Waarp.
All downloads are now available on our download site: https://dl.waarp.org/dist
You can also download sources by using Maven2. You have to configure a subsidiary repository as the following:
<repository>
<id>waarp.releases</id><name>Waarp releases</name>
<url>https://raw.github.com/waarp/WaarpMaven2/master/maven2</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
You can also download sources by using GIT.For all projects, use the <nickname> and eventually the <version> and replace it in the following:
- https://github.com/waarp/<nickname>.git as repository reference
- <version> as tag for a git checkout <version>