| Категории |
КатегорииFirefly Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаcom.fireflysource |
| Идентификатор | Идентификаторfirefly-wechat |
| Версия | Версия5.0.0-alpha9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| firefly-wechat-5.0.0-alpha9.pom | |
| firefly-wechat-5.0.0-alpha9.jar | 26 KB |
| firefly-wechat-5.0.0-alpha9-sources.jar | 13 KB |
| firefly-wechat-5.0.0-alpha9-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-wechat/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-wechat</artifactId>
<version>5.0.0-alpha9</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-wechat/
implementation 'com.fireflysource:firefly-wechat:5.0.0-alpha9'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-wechat/
implementation ("com.fireflysource:firefly-wechat:5.0.0-alpha9")
'com.fireflysource:firefly-wechat:jar:5.0.0-alpha9'
<dependency org="com.fireflysource" name="firefly-wechat" rev="5.0.0-alpha9">
<artifact name="firefly-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-wechat', version='5.0.0-alpha9')
)
libraryDependencies += "com.fireflysource" % "firefly-wechat" % "5.0.0-alpha9"
[com.fireflysource/firefly-wechat "5.0.0-alpha9"]