Download Odilon
Odilon Server current version is 2.0, for older versions please visit the download
page.
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.jar
Java 17+
From Maven Central or MVN Repository
<dependency>
<groupId>io.odilon</groupId>
<artifactId>odilon-client</artifactId>
<version>2.0</version>
</dependency>
Previous version that support Java 11 and works with Odilon server 2.0:
<dependency>
<groupId>io.odilon</groupId>
<artifactId>odilon-client</artifactId>
<version>1.15.2</version>
</dependency>
For older versions of the client SDK can be downloaded from MVN Repository or Maven
Central.