<dependency> <groupId>com.moandjiezana.toml</groupId> <artifactId>toml4j</artifactId> <version>0.5.1</version> </dependency>
implementation 'com.moandjiezana.toml:toml4j:0.5.1'
implementation("com.moandjiezana.toml:toml4j:0.5.1")
libraryDependencies += "com.moandjiezana.toml" % "toml4j" % "0.5.1"
@Grapes( @Grab(group='com.moandjiezana.toml', module='toml4j', version='0.5.1') )
<dependency org="com.moandjiezana.toml" name="toml4j" rev="0.5.1" />
[com.moandjiezana.toml/toml4j "0.5.1"]
'com.moandjiezana.toml:toml4j:jar:0.5.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.code.gson:gson:2.3.1
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-library:1.3