Download Odilon
Odilon Server current version is 2.0.
To run Odilon Server you must have Java 17 installed.
The executable is the same for all platforms, the difference are the scripts to start and stop the program.
Odilon Server Linux and Mac
odilon-server-2.0.tar.gz Java 17+
Odilon Server Windows
odilon-server-2.0.zipJava 17+
Odilon SDK client library
odilon-client-2.0.jarJava 17+
odilon-model-2.0.jarJava 17+
Odilon Client SDK Maven
From Maven Central or MVN Repository
<dependency>
<groupId>io.odilon</groupId>
<artifactId>odilon-client</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>io.odilon</groupId>
<artifactId>odilon-model</artifactId>
<version>2.0</version>
</dependency>
Older versions of the client SDK can be downloaded from MVN Repository or Maven
Central.