Common classes for java, independent from other libraries
Go to file
JFronny 79d862da6c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
perf: extract side effects of top-level expressions
2023-09-21 14:10:41 +02:00
buildSrc Enhance DSL 2023-07-06 15:39:07 +02:00
commons-gson chore: bump gson-comments 2023-09-19 20:20:20 +02:00
commons-gson-dsl Enhance DSL 2023-07-06 15:39:07 +02:00
commons-jlhttp JLHTTP in JPMS 2023-05-05 17:48:31 +02:00
commons-manifold move javadoc to reposilite, support for SVG images is coming soon (tm) 2023-04-05 12:59:11 +02:00
commons-slf4j bump deps 2023-06-09 14:31:18 +02:00
muscript perf: extract side effects of top-level expressions 2023-09-21 14:10:41 +02:00
muscript-gson docs: Document StandardLib and GsonLib functions for μScript users 2023-08-25 18:53:04 +02:00
src fix(log): quote replacement for formatted log 2023-09-16 18:19:02 +02:00
.gitignore 0.1.0 2022-04-28 20:52:32 +02:00
.woodpecker.yml move javadoc to reposilite, support for SVG images is coming soon (tm) 2023-04-05 12:59:11 +02:00
build.gradle.kts feat(muscript): remove type argument in favor of more specific subtypes 2023-08-14 16:55:49 +02:00
README.md Update gson, bump version 2023-01-21 14:35:36 +01:00
settings.gradle.kts feat: introduce muscript-gson to support json parsing/writing from muScript and of muScript data from java 2023-08-25 16:24:28 +02: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.