Common classes for java, independent from other libraries
Go to file
JFronny c8f6b0b6c4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Repackage
2023-01-20 18:52:57 +01:00
buildSrc Repackage 2023-01-20 18:52:57 +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 Repackage 2023-01-20 18:52:57 +01:00
src Tweak number format 2023-01-20 18:15:03 +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.