I just released JCLF 5.0.0, which is basically the result of splitting 4.1 in five modules:
- jclf-core (9 kB jar)
- jclf-io (45 kB jar)
- jclf-net (4 kB jar)
- jclf-text (37 kB jar)
- jclf-util (39 kB jar)
while a new one was added: jclf-linear3, a minimalistic 3-dimensional linear algebra package (4 kB jar).
The release includes a jclf meta-module for Maven backwards compatibility (it just contains a module-info with the other modules being transitive dependencies).
The forthcoming css4j 3.4.0 depends on jclf-text instead of the full jclf, which should result in a small reduction of unused stuff in your classpath or modulepath. jclf is a Maven non-optional dependency for css4j, so you may not need to configure it explicitly in your POM. If you did, when you upgrade css4j to 3.4.0 please remember to upgrade to jclf 5.0.0 to avoid classpath issues.