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