GroupId | GroupIdcom.github.wywuzh |
---|---|
ArtifactId | ArtifactIdcommons-dingtalk |
Version | Version2.5.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-dingtalk/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-dingtalk</artifactId>
<version>2.5.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-dingtalk/
implementation 'com.github.wywuzh:commons-dingtalk:2.5.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-dingtalk/
implementation ("com.github.wywuzh:commons-dingtalk:2.5.0.RELEASE")
'com.github.wywuzh:commons-dingtalk:jar:2.5.0.RELEASE'
<dependency org="com.github.wywuzh" name="commons-dingtalk" rev="2.5.0.RELEASE">
<artifact name="commons-dingtalk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-dingtalk', version='2.5.0.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-dingtalk" % "2.5.0.RELEASE"
[com.github.wywuzh/commons-dingtalk "2.5.0.RELEASE"]