<dependency> <groupId>com.moandjiezana.toml</groupId> <artifactId>toml4j</artifactId> <version>0.1.0</version> </dependency>
implementation 'com.moandjiezana.toml:toml4j:0.1.0'
implementation("com.moandjiezana.toml:toml4j:0.1.0")
libraryDependencies += "com.moandjiezana.toml" % "toml4j" % "0.1.0"
@Grapes( @Grab(group='com.moandjiezana.toml', module='toml4j', version='0.1.0') )
<dependency org="com.moandjiezana.toml" name="toml4j" rev="0.1.0" />
[com.moandjiezana.toml/toml4j "0.1.0"]
'com.moandjiezana.toml:toml4j:jar:0.1.0'
<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.2.2
test
|-- junit:junit:4.11