ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
||
---|---|---|
buildSrc | ||
commons | ||
commons-http-client | ||
commons-http-server | ||
commons-io | ||
commons-logging | ||
commons-logging-slf4j | ||
commons-manifold | ||
commons-serialize | ||
commons-serialize-gson | ||
commons-serialize-gson-dsl | ||
commons-unsafe | ||
muscript | ||
muscript-gson | ||
.gitignore | ||
.woodpecker.yml | ||
README.md | ||
build.gradle.kts | ||
settings.gradle.kts |
README.md
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: Provides some utility classes around my fork of gson
- commons-manifold: Some common code using the features of manifold-ext. Mainly extension classes.