Common classes for java, independent from other libraries
Go to file
JFronny b02eb3142f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
commons: tree-based String2ObjectMap with utils for string substitution
2023-04-04 17:10:22 +02:00
buildSrc Set up javadoc 2023-02-23 14:31:06 +01:00
commons-gson Remove v0 gson api from module-info.java 2023-02-26 14:05:24 +01:00
commons-manifold Attempt to fix doc 2023-02-23 14:37:45 +01:00
commons-slf4j Attempt to fix doc 2023-02-23 14:37:45 +01:00
muscript muScript: specialize assignment operator 2023-03-13 14:15:36 +01:00
src commons: tree-based String2ObjectMap with utils for string substitution 2023-04-04 17:10:22 +02:00
.gitignore 0.1.0 2022-04-28 20:52:32 +02:00
.woodpecker.yml Attempt to fix doc 2023-02-23 14:38:08 +01:00
build.gradle.kts muScript: support for custom objects, script decompiling and Dynamic serialization 2023-03-12 15:28:44 +01:00
README.md Update gson, bump version 2023-01-21 14:35:36 +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: Provides some utility classes around my fork of gson
  • commons-manifold: Some common code using the features of manifold-ext. Mainly extension classes.