Common classes for java, independent from other libraries
|
||
---|---|---|
buildSrc | ||
commons-gson | ||
commons-manifold | ||
commons-slf4j | ||
muscript | ||
src | ||
.gitignore | ||
.woodpecker.yml | ||
build.gradle.kts | ||
README.md | ||
settings.gradle.kts |
JfCommons
Common code for my java projects. Uses my common build scripts.
Modules
- commons: Common java code without a major theme or external dependencies
- 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.
- commons-gson: Shades my fork of gson and provides some utility classes
- commons-manifold: Some common code using the features of manifold-ext. Mainly extension classes.