<dependency> <groupId>com.moandjiezana.toml</groupId> <artifactId>toml4j</artifactId> <version>0.3.1</version> </dependency>
implementation 'com.moandjiezana.toml:toml4j:0.3.1'
implementation("com.moandjiezana.toml:toml4j:0.3.1")
libraryDependencies += "com.moandjiezana.toml" % "toml4j" % "0.3.1"
@Grapes( @Grab(group='com.moandjiezana.toml', module='toml4j', version='0.3.1') )
<dependency org="com.moandjiezana.toml" name="toml4j" rev="0.3.1" />
[com.moandjiezana.toml/toml4j "0.3.1"]
'com.moandjiezana.toml:toml4j:jar:0.3.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.parboiled:parboiled-java:1.1.6
|-- com.google.code.gson:gson:2.3
test
|-- junit:junit:4.11
|-- org.easytesting:fest-reflect:1.4.1
|-- org.hamcrest:hamcrest-library:1.3