Group: Cumba
Sort by:Popular

Interface contracts for tabular data, values, conditions, metadata, formats, indexes, reports, conditions, library / manager SPI, and data-buffer storage. The foundational contract module — every other Cumba OSS module depends ...
Last Release on Sep 11, 2026
Concrete implementations on top of the cumba-oss-datatable contract: AbstractDataTable, the plain IDataBuffer family (int/long/double/Object), sort / filter / merge views, the SPI factories.
Last Release on Sep 11, 2026
Cross-cutting utility helpers used by every other Cumba OSS module (CDT string/collection helpers, AsyncSupport, URIHelper).
Last Release on Sep 11, 2026
Define-XML 2.x parser and DTO model.
Last Release on Sep 11, 2026
Lightweight HATEOAS / JSON-over-HTTP client toolkit: Link, ApiResource, AbstractApiClient, JdkHttpTransport, FileApiCache, and friends. Used by cumba-oss-cdisc-library as its REST plumbing.
Last Release on Sep 11, 2026
CDISC validation rule engine: rule-package loader, check evaluator, report assembler and the pluggable report-writer SPI. Ships NO report writer of its own - json/json-2 and xlsx live in cumba-oss-cdisc-report-json and ...
Last Release on Sep 3, 2026
CDISC Library REST client and model DTOs (rule / SDTM / ADaM / CT / cdash / documents / qrs / search). Built on top of cumba-oss-web-api.
Last Release on Sep 11, 2026
CDISC validation rule engine: rule-package loader, check evaluator, report assembler and the pluggable report-writer SPI. Ships NO report writer of its own - json/json-2 and xlsx live in cumba-oss-corej-report-json and ...
Last Release on Sep 11, 2026
Adapter that exposes a parsed Define-XML document as a Cumba OSS IMetadataLibrary. Bridges cumba-oss-cdisc-define and the cumba-oss-datatable SPI.
Last Release on Sep 11, 2026
Reader/writer for `.cdt` (CDISC datatable text format) — the rule test corpus uses these as fixtures.
Last Release on Sep 11, 2026
Test helpers for the corej-datatable contract, published as ordinary MAIN code so consumers depend on a normal jar instead of a test-jar. MockTable builds a Mockito-backed IDataTable from a fluent column spec; ...
Last Release on Sep 11, 2026
Dependency-free launcher. Reads a sidecar INI-style config named after the jar it was loaded from (foo.jar -> foo.conf, sitting next to the jar), applies system properties (with environment / prior- property interpolation), ...
Last Release on Sep 11, 2026
Dataset-JSON (DSJ) DTO model — Jackson beans for CDISC Dataset-JSON v1.x files. Standalone module used by cumba-oss-datatable-provider-dsj.
Last Release on Sep 11, 2026
Dataset-JSON (DSJ) DTO model — Jackson beans for CDISC Dataset-JSON v1.x files. Standalone module used by cumba-oss-datatable-provider-dsj.
Last Release on Sep 3, 2026
Read-only CSV provider for the Cumba OSS data-table SPI. Built on univocity-parsers.
Last Release on Sep 11, 2026
Low-level reader for SAS transport (xpt) and SAS data set (sas7bdat) binary files, built on org.thshsh:struct. Read-only: no writer and no sas7bcat-catalog classes are included.
Last Release on Sep 11, 2026
Aggregate JaCoCo Coverage Report
Last Release on Sep 1, 2026
Rule-test harness: load .cdt fixtures, evaluate a single rule against them, compare against expected findings. The base building block for the rule-suite tests.
Last Release on Sep 3, 2026
Define-XML conformance validator implementing the CDISC Define-XML v2.1 Conformance Rules and the PMDA Validation Rules v6.0 Define-XML sheet against the cumba-oss-cdisc-define object model. Java only — no Python parity. ...
Last Release on Sep 3, 2026
Pluggable JSON report writers for the corej validation report. Registers TWO formats with the engine's ReportWriterSupplier SPI - "json" (the frozen v1 schema) and "json-2" (the combined-finding v2 report) - because both ...
Last Release on Sep 3, 2026