GoldenGateGoldenGate
 
Home World of GG OpenR66 GoldenGate FTP GoldenGate HTTP GoldenGate Commons API References Downloads

Downloads

 

Please note: All new versions will be located at GitHub under Waarp new project name :

http://waarp.github.com/Waarp/

The project still remains Open Source under GPL V3.

You will find here the links to all Downloads of projects implied by GoldenGate.

 

You can also download sources by using Maven2. You have to configure a subsidiary repository as the following:

<repository>

       <id>goldengate.releases</id>

       <name>GoldenGate releases</name>

       <url>http://openr66.free.fr/maven2</url>

       <releases>

            <enabled>true</enabled>

       </releases>

       <snapshots>

            <enabled>false</enabled>

       </snapshots>

</repository>

You can also download sources by using SVN.

For all projects, use the <nickname> and eventually the <version> and replace it in the following:

  • Stable release

svn co https://goldengate.svn.sourceforge.net/svnroot/goldengate/<nickname>/tags/<version>

  • Unstable version (trunk)

svn co https://goldengate.svn.sourceforge.net/svnroot/goldengate/<nickname>/trunk

Please note: All new versions will be located at GitHub under Waarp new project name :

http://waarp.github.com/Waarp/

The project still remains Open Source under GPL V3.