jsoniter-scala-core is not a valid Java identifier because of dashes in the name, making it impossible to import the module:
> jar --describe-module -f jsoniter-scala-core_2.13-2.28.5.jar
Unable to derive module descriptor for: jsoniter-scala-core_2.13-2.28.5.jar
Automatic-Module-Name: jsoniter-scala-core: Invalid module name: 'jsoniter-scala-core' is not a Java identifier
This change uses dots instead of dashes making it a valid Java identifier.
jsoniter-scala-core
is not a valid Java identifier because of dashes in the name, making it impossible to import the module:This change uses dots instead of dashes making it a valid Java identifier.