Skip to content

Release 1.0.0

Choose a tag to compare

@cleishm cleishm released this 12 May 06:15
1.0.0

TomlJ is a parser for Tom's Obvious, Minimal Language (TOML). Originally developed as part of the Cava project at ConsenSys, this is its first release as an independent project.

Getting TomlJ

TomlJ is published to a Maven and JCenter.

To include using Gradle, add the following to your dependencies:

compile 'org.tomlj:tomlj:1.0.0'

To include using Maven:

<dependency>
  <groupId>org.tomlj</groupId>
  <artifactId>tomlj</artifactId>
  <version>1.0.0</version>
</dependency>

You may also download the jars directly and include in your project.

Usage and Documentation

For basic usage, please see the README. Complete documentation, in Javadoc, is available here: http://tomlj.org/docs/java/1.0.0/

Signature

All artifacts and release tags are signed by Chris Leishman, using key id 0xB5A9E81B565E89E0.