# oblac/jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.

Repository: https://github.com/oblac/jodd
Canonical: https://ross.abutalabs.com/products/jodd
Homepage: https://jodd.org
Language: Java
License: BSD-2-Clause
License Family: permissive
Topics: java, jodd, micro-framework, ioc, aop, database, http-client, html-parser, jquery, mail, json-parser, utility-library, java8
Last push: 2024-04-15T19:08:00+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5108, "days_push": 870, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4054, forks 715 (observed 2026-08-28T04:08:33.904118+00:00)

## What it is
Jodd is a collection of lightweight Java micro-frameworks and utility libraries with zero external dependencies, including a DI container (Petite), HTTP client, JSON parser, HTML parser (Lagarto/Jerry), mail client, and thin DB layer. This monorepo hosts the legacy v5 codebase; maintained v6 components have been split into separate repositories.

## Use cases
- parse html with css selectors in java
- send email from a java app without heavy dependencies
- lightweight dependency injection container for java
- parse and serialize  in java
- make http requests with a tiny java client
- map database rows to objects without a full orm
- replace java.util.properties with a better config format

## When to choose
- you want small, zero-dependency Java libraries you can adopt piecemeal
- you need a lightweight alternative to Spring for DI, MVC, or DB access
- you want a jQuery-like HTML parser on the JVM
- you are on Java 8/11 and value minimal footprint

## When to avoid
- you need the actively maintained v6 components - use the split jodd-* repositories instead
- you want a large ecosystem, community plugins, or long-term support guarantees
- you need reactive or modern async-first HTTP/database tooling
- you require features beyond the maintenance-mode v5 libraries

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, serialization, parser, email, database, orm, middleware, web-framework, developer-tools
- domain: developer-tools, web-development, backend, databases, apis, email
- platform: jvm, cross-platform
- tags: micro-framework, dependency-injection, html-parser, zero-dependencies, java8, monorepo, utilities

## Member repositories
- oblac/jodd (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:33.904118+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:23:38.377392+00:00, confidence not recorded.
  - readme: https://github.com/oblac/jodd (fetched 2026-08-28T04:08:33.904118+00:00, sha 0a5269e1cdea)
  - homepage: https://jodd.org (fetched 2026-08-29T09:15:55.020203+00:00, sha f0fa063cf830)
  - site_page: https://petite.jodd.org (fetched 2026-08-29T09:15:55.029229+00:00, sha 7f4c9e23ce42)
- Data as of 2026-08-30T08:39:29.467469+00:00.
