<dependency> <groupId>es.wobbl.toml</groupId> <artifactId>toml</artifactId> <version>0.1-SNAPSHOT</version> </dependency>
'es.wobbl.toml:toml:jar:0.1-SNAPSHOT'
<dependency org="es.wobbl.toml" name="toml" rev="0.1-SNAPSHOT"> <artifact name="toml" type="jar" /> </dependency>
@Grapes( @Grab(group='es.wobbl.toml', module='toml', version='0.1-SNAPSHOT') )
compile 'es.wobbl.toml:toml:0.1-SNAPSHOT'
[es.wobbl.toml/toml "0.1-SNAPSHOT"]
libraryDependencies += "es.wobbl.toml" %% "toml" % "0.1-SNAPSHOT"