Common classes for java, independent from other libraries
Go to file
Johannes Frohnmeyer 173791219c
ci/woodpecker/push/woodpecker Pipeline was successful Details
Typo
2023-01-20 22:05:18 +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 Typo 2023-01-20 22:05:18 +01:00
src Support for assignment operators and closures 2023-01-20 21:05:04 +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 Fix 2022-11-24 19:05:51 +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.