franja dex

Download latest release

The version you will use with the evaluation license we provide here has the following configuration:

SMALL size
1 session
DEXHA disabled

If you have commercial interest or need to upgrade to another configuration, Take a look at the licenses section and the price list.

(*) Notice that 4.8 release has an important change in the data format. Before switching to 4.8 you should backup your current database and then restore it with the new version.

For more information about the backup & restore functionalities, take a look at the Maintenance & Monitoring chapter from the User Manual.

Java API for DEX

If you are a new DEX Java programmer we recommend downloading this newest version of our Java API.

It is also easy to switch from JDEX API to the new Java API; just take a look at the migration manual.
.NET API for DEX

If you are a DEX .NET programmer this is your download.

DEX now jumps to Microsoft Enterprise environment.
C++ API for DEX

If you are a DEX C++ programmer this is your download.

DEX now is fully C++!.
JDEX API for DEX

If you are already a DEX Java programmer with this JDEX API you will keep complete compatibility with your applications.

Please be aware that since 4.6 JDEX is built with the Java API, and you should download both libraries in order to run JDEX properly. This does not affect Maven users.
 
 
C++ API for iOS

If you are programming an app for iOS this is your download.

Take into account that this download requires a moderated registration.
C++ API for BB10

If you are programming an app for BlackBerry 10 this is your download.

Take into account that this download requires a moderated registration.
 
 

Maven Repository

You can also test DEX through Apache Maven:

Java DEX

<dependency>
  <groupId>com.sparsity</groupId>
  <artifactId>dexjava</artifactId>
  <version>4.8.1</version>
</dependency>


JDEX

<dependency>
  <groupId>edu.upc.dama</groupId>
  <artifactId>jdex</artifactId>
  <version>4.8.1</version>
</dependency>

Back to top ↑