franja dex

Take some time to play with DEX and develop your applications to manage the network-like data-structures that represent your network of friends, or your network of information. The version you will use with the personal evaluation license we provide here is restricted in the amount of information it deals with (up to 1 Million objects).

If you have commercial interest or need to deal with larger databases, contact us for licenses quotation of the latest release of DEX. Licenses range from 1 million objects to 5 billion objects.

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 4.5 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 4.4 Jdex API you will keep complete compatibility with your applications.

Maven Repository

You can also test DEX through Apache Maven:

Java DEX

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


JDEX

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