| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.snowheart |
| Идентификатор | Идентификаторdingtalk-robot |
| Версия | Версия1.0.1.RELEASE |
| Тип | Типpom |
| Описание |
Описаниеdingtalk-robot
一个用Java打造的方便钉钉群机器人推送消息的轮子
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикsnowheart |
| Имя Файла | Размер |
|---|---|
| dingtalk-robot-1.0.1.RELEASE.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.snowheart/dingtalk-robot/ -->
<dependency>
<groupId>cn.snowheart</groupId>
<artifactId>dingtalk-robot</artifactId>
<version>1.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.snowheart/dingtalk-robot/
implementation 'cn.snowheart:dingtalk-robot:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/cn.snowheart/dingtalk-robot/
implementation ("cn.snowheart:dingtalk-robot:1.0.1.RELEASE")
'cn.snowheart:dingtalk-robot:pom:1.0.1.RELEASE'
<dependency org="cn.snowheart" name="dingtalk-robot" rev="1.0.1.RELEASE">
<artifact name="dingtalk-robot" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.snowheart', module='dingtalk-robot', version='1.0.1.RELEASE')
)
libraryDependencies += "cn.snowheart" % "dingtalk-robot" % "1.0.1.RELEASE"
[cn.snowheart/dingtalk-robot "1.0.1.RELEASE"]