Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.wechaty</groupId>
  <artifactId>wechaty-project_2.12</artifactId>
  <version>0.0.16-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'io.github.wechaty:wechaty-project_2.12:pom:0.0.16-SNAPSHOT'

Apache Ivy

<dependency org="io.github.wechaty" name="wechaty-project_2.12" rev="0.0.16-SNAPSHOT">
  <artifact name="wechaty-project_2.12" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.wechaty', module='wechaty-project_2.12', version='0.0.16-SNAPSHOT')
)

Gradle/Grails

compile 'io.github.wechaty:wechaty-project_2.12:0.0.16-SNAPSHOT'

Scala SBT

libraryDependencies += "io.github.wechaty" % "wechaty-project_2.12" % "0.0.16-SNAPSHOT"

Leiningen

[io.github.wechaty/wechaty-project_2.12 "0.0.16-SNAPSHOT"]