This module contains the DJL ONNX Runtime engine for Android.
You can pull the ONNX Runtime for Android from the central Maven repository by including the following dependency:
<dependency>
<groupId>ai.djl.android</groupId>
<artifactId>onnxruntime</artifactId>
<version>0.30.0</version>
<scope>runtime</scope>
</dependency>