<dependency> <groupId>io.github.wechaty</groupId> <artifactId>report</artifactId> <version>0.0.16-SNAPSHOT</version> </dependency>
'io.github.wechaty:report:jar:0.0.16-SNAPSHOT'
<dependency org="io.github.wechaty" name="report" rev="0.0.16-SNAPSHOT"> <artifact name="report" type="jar" /> </dependency>
@Grapes( @Grab(group='io.github.wechaty', module='report', version='0.0.16-SNAPSHOT') )
compile 'io.github.wechaty:report:0.0.16-SNAPSHOT'
libraryDependencies += "io.github.wechaty" % "report" % "0.0.16-SNAPSHOT"
[io.github.wechaty/report "0.0.16-SNAPSHOT"]