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