Java maven lib for ARM6

Hello,
I’m writing here because I want to run my program on raspberry pi zero (written in java). I knew a ready library that compiles opencv to my .jar file immediately. Thanks to this, I don’t have to compile opencv on raspberry pi. I use this in maven:

org.openpnp
opencv
4.5.1-2
provided

Unfortunately, this library does not support ARM6. Does anyone know any option to somehow install ARM6 support to this library or do you have a replacement?