GroupId | GroupIdio.github.wechaty |
---|---|
ArtifactId | ArtifactIdwechaty-puppet_2.12 |
Version | Version0.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.wechaty/wechaty-puppet_2.12/ -->
<dependency>
<groupId>io.github.wechaty</groupId>
<artifactId>wechaty-puppet_2.12</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wechaty/wechaty-puppet_2.12/
implementation 'io.github.wechaty:wechaty-puppet_2.12:0.0.11'
// https://jarcasting.com/artifacts/io.github.wechaty/wechaty-puppet_2.12/
implementation ("io.github.wechaty:wechaty-puppet_2.12:0.0.11")
'io.github.wechaty:wechaty-puppet_2.12:jar:0.0.11'
<dependency org="io.github.wechaty" name="wechaty-puppet_2.12" rev="0.0.11">
<artifact name="wechaty-puppet_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wechaty', module='wechaty-puppet_2.12', version='0.0.11')
)
libraryDependencies += "io.github.wechaty" % "wechaty-puppet_2.12" % "0.0.11"
[io.github.wechaty/wechaty-puppet_2.12 "0.0.11"]