toml4j:Java TOML 解析器

时间:2024-06-19 11:48:42
【文件属性】:

文件名称:toml4j:Java TOML 解析器

文件大小:130KB

文件格式:ZIP

更新时间:2024-06-19 11:48:42

Java

toml4j toml4j 是 Java 的解析器。 有关集成最新规范的前沿版本,请参阅。 安装 将以下依赖项添加到您的 POM(或其他依赖项管理器的等效项): < dependency> < groupId>com.moandjiezana.toml < artifactId>toml4j < version>0.7.2 需要 Java 1.6 或更高版本。 快速开始 Toml toml = new Toml () . read(getTomlFile()); String someValue = toml . getString( " someKey " ); Date someDate = toml . getDate( " someTable.


网友评论