A Java parser for TOML configuration files, supporting the TOML specification.
<dependency>
<groupId>com.moandjiezana.toml</groupId>
<artifactId>toml4j</artifactId>
<version>0.7.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a TOML string and retrieve a value.
Check the TOML specification version required; consider using a more modern parser like TOML4j 0.8+ or another library.
No dependency data recorded yet.