java-commons/README.md

11 lines
650 B
Markdown
Raw Normal View History

2022-11-24 14:55:39 +01:00
# JfCommons
2022-11-24 19:05:51 +01:00
2022-11-24 14:55:39 +01:00
Common code for my java projects. Uses my common [build scripts](https://git.frohnmeyer-wds.de/Johannes/Scripts).
## Modules
2022-11-24 19:05:51 +01:00
2022-11-24 14:55:39 +01:00
- commons: Common java code without a major theme or external dependencies
- [muscript](https://git.frohnmeyer-wds.de/Johannes/java-commons/src/branch/master/muscript): A simple scripting language
- commons-slf4j: SLF4J bindings for the logging abstraction in commons. Supports using commons as a backend for slf and slf as a commons backend.
2023-01-21 14:35:36 +01:00
- commons-gson: Provides some utility classes around my fork of gson
2022-11-24 14:55:39 +01:00
- commons-manifold: Some common code using the features of manifold-ext. Mainly extension classes.