| Группа | Группаio.github.xuhai19901018 |
|---|---|
| Идентификатор | Идентификаторwechaty |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| wechaty-1.0.1.pom | |
| wechaty-1.0.1.jar | 169 KB |
| wechaty-1.0.1-sources.jar | 30 KB |
| wechaty-1.0.1-javadoc.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.xuhai19901018/wechaty/ -->
<dependency>
<groupId>io.github.xuhai19901018</groupId>
<artifactId>wechaty</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xuhai19901018/wechaty/
implementation 'io.github.xuhai19901018:wechaty:1.0.1'
// https://jarcasting.com/artifacts/io.github.xuhai19901018/wechaty/
implementation ("io.github.xuhai19901018:wechaty:1.0.1")
'io.github.xuhai19901018:wechaty:jar:1.0.1'
<dependency org="io.github.xuhai19901018" name="wechaty" rev="1.0.1">
<artifact name="wechaty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xuhai19901018', module='wechaty', version='1.0.1')
)
libraryDependencies += "io.github.xuhai19901018" % "wechaty" % "1.0.1"
[io.github.xuhai19901018/wechaty "1.0.1"]