Common classes for java, independent from other libraries
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Johannes Frohnmeyer 66fe880575
ci/woodpecker/push/woodpecker Pipeline was successful Details
muScript: specialize assignment operator
1 week ago
buildSrc Set up javadoc 4 weeks ago
commons-gson Remove v0 gson api from module-info.java 4 weeks ago
commons-manifold Attempt to fix doc 4 weeks ago
commons-slf4j Attempt to fix doc 4 weeks ago
muscript muScript: specialize assignment operator 1 week ago
src muScript: clean up 2 weeks ago
.gitignore 0.1.0 11 months ago
.woodpecker.yml Attempt to fix doc 4 weeks ago
README.md Update gson, bump version 2 months ago
build.gradle.kts muScript: support for custom objects, script decompiling and Dynamic serialization 2 weeks ago
settings.gradle.kts Introduce commons-manifold 4 months ago

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