Common classes for java, independent from other libraries
Go to file
JFronny 1d6b73c0b4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Mark gson as api
2022-12-30 12:10:54 +01:00
buildSrc Introduce commons-manifold 2022-11-24 14:55:39 +01:00
commons-gson Mark gson as api 2022-12-30 12:10:54 +01:00
commons-manifold commons-manifold: add attribute 2022-11-24 19:34:41 +01:00
commons-slf4j Fix 2022-11-24 19:05:51 +01:00
muscript Don't shadow gson 2022-12-29 16:49:38 +01:00
src Don't shadow gson 2022-12-29 16:49:38 +01:00
.gitignore 0.1.0 2022-04-28 20:52:32 +02:00
.woodpecker.yml [root] Set up woodpecker 2022-11-01 18:57:18 +01:00
build.gradle.kts [gson] Use self-hosted 2022-11-03 15:23:59 +01:00
README.md Fix 2022-11-24 19:05:51 +01:00
settings.gradle.kts Introduce commons-manifold 2022-11-24 14:55:39 +01:00

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.