| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.xuhai19901018 |
| Идентификатор | Идентификаторwechaty-parent |
| Версия | Версия1.0.2 |
| Тип | Типpom |
| Описание |
Описаниеkotlin-wechaty
Wechaty is a Wechat Bot SDK for Personal Account that lets you create software to extend the functionality of the
Wechat,
writen in Node.js with TypeScript, Support all platforms including Linux, Windows, Darwin(OSX/Mac) and Docker.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| wechaty-parent-1.0.2.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.xuhai19901018/wechaty-parent/ -->
<dependency>
<groupId>io.github.xuhai19901018</groupId>
<artifactId>wechaty-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xuhai19901018/wechaty-parent/
implementation 'io.github.xuhai19901018:wechaty-parent:1.0.2'
// https://jarcasting.com/artifacts/io.github.xuhai19901018/wechaty-parent/
implementation ("io.github.xuhai19901018:wechaty-parent:1.0.2")
'io.github.xuhai19901018:wechaty-parent:pom:1.0.2'
<dependency org="io.github.xuhai19901018" name="wechaty-parent" rev="1.0.2">
<artifact name="wechaty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.xuhai19901018', module='wechaty-parent', version='1.0.2')
)
libraryDependencies += "io.github.xuhai19901018" % "wechaty-parent" % "1.0.2"
[io.github.xuhai19901018/wechaty-parent "1.0.2"]