Download toml4j-0.7.1.jar file - Jar t

Jar examples for t:toml4j

Description

A parser for TOML

You can download jar file toml4j 0.7.1 in this page.

License

The MIT License

Build File

You can use the following script to add toml4j-0.7.1.jar to your project.

<dependency>
   <groupId>com.moandjiezana.toml</groupId>
   <artifactId>toml4j</artifactId>
   <version>0.7.1</version>
</dependency>
compile group: 'com.moandjiezana.toml', name: 'toml4j', version: '0.7.1'
libraryDependencies += "com.moandjiezana.toml" % "toml4j" % "0.7.1"
<dependency org="com.moandjiezana.toml" name="toml4j" rev="0.7.1"/>
@Grapes(@Grab(group='com.moandjiezana.toml', module='toml4j', version='0.7.1'))
'com.moandjiezana.toml:toml4j:jar:0.7.1'

Download

Click the following link to download the jar file.

toml4j-0.7.1-javadoc.jar
toml4j-0.7.1-sources.jar
toml4j-0.7.1.jar
toml4j-0.7.1.pom



Related Tutorials