w

wechaty_2.12

Files download
File Operation
wechaty_2.12-0.0.15.jar download
wechaty_2.12-0.0.15.pom download
wechaty_2.12-0.0.15-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.wechaty</groupId>
  <artifactId>wechaty_2.12</artifactId>
  <version>0.0.15</version>
</dependency>
Gradle Groovy
implementation 'io.github.wechaty:wechaty_2.12:0.0.15'
Gradle Kotlin
implementation("io.github.wechaty:wechaty_2.12:0.0.15")
Scala SBT
libraryDependencies += "io.github.wechaty" % "wechaty_2.12" % "0.0.15"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wechaty', module='wechaty_2.12', version='0.0.15')
)
Apache Ivy
<dependency org="io.github.wechaty" name="wechaty_2.12" rev="0.0.15" />
Leiningen
[io.github.wechaty/wechaty_2.12 "0.0.15"]
Apache Buildr
'io.github.wechaty:wechaty_2.12:jar:0.0.15'