The jar file published on Maven is missing module-info. It raises the runtime error:
java.lang.module.FindException: Module tools.jackson.core not found, required by tools.jackson.databind
when using Java Platform Module System (JPMS) => unusable for building applications with modules. (databind is OK).