Common classes for java, independent from other libraries
Go to file
Johannes Frohnmeyer e87d46153f
Introduce commons-manifold
2022-11-24 14:55:39 +01:00
buildSrc Introduce commons-manifold 2022-11-24 14:55:39 +01:00
commons-gson [gson] Use self-hosted 2022-11-03 15:23:59 +01:00
commons-manifold Introduce commons-manifold 2022-11-24 14:55:39 +01:00
commons-slf4j [root] Use gradle kotlin dsl 2022-11-01 18:55:17 +01:00
muscript [root] Use gradle kotlin dsl 2022-11-01 18:55:17 +01:00
src [core] Some util classes from Inceptum 2022-11-02 22:30:56 +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
README.md Introduce commons-manifold 2022-11-24 14:55:39 +01:00
build.gradle.kts [gson] Use self-hosted 2022-11-03 15:23:59 +01:00
settings.gradle.kts Introduce commons-manifold 2022-11-24 14:55:39 +01:00

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: Shades my fork of gson and provides some utility classes
  • commons-manifold: Some common code using the features of manifold-ext. Mainly extension classes.