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