Thanks for the initiative!
It seems to look for a specific patched version of onnx
Could not find com.microsoft.onnxruntime:onnxruntime:1.13.1.patched
Specifying an explicit version will find it but I'm not sure it's compatible.
implementation("com.microsoft.onnxruntime:onnxruntime:1.13.1")
I run through a lot of errors then
java.lang.ClassNotFoundException: javaslang.λ
Thanks for the initiative!
It seems to look for a specific patched version of onnx
Could not find com.microsoft.onnxruntime:onnxruntime:1.13.1.patchedSpecifying an explicit version will find it but I'm not sure it's compatible.
implementation("com.microsoft.onnxruntime:onnxruntime:1.13.1")I run through a lot of errors then
java.lang.ClassNotFoundException: javaslang.λ