Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.answerail |
ArtifactId | ArtifactIddingtalk-spring-boot-starter |
Version | Version3.1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.answerail/dingtalk-spring-boot-starter/ -->
<dependency>
<groupId>com.github.answerail</groupId>
<artifactId>dingtalk-spring-boot-starter</artifactId>
<version>3.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.answerail/dingtalk-spring-boot-starter/
implementation 'com.github.answerail:dingtalk-spring-boot-starter:3.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.answerail/dingtalk-spring-boot-starter/
implementation ("com.github.answerail:dingtalk-spring-boot-starter:3.1.0-RELEASE")
'com.github.answerail:dingtalk-spring-boot-starter:jar:3.1.0-RELEASE'
<dependency org="com.github.answerail" name="dingtalk-spring-boot-starter" rev="3.1.0-RELEASE">
<artifact name="dingtalk-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.answerail', module='dingtalk-spring-boot-starter', version='3.1.0-RELEASE')
)
libraryDependencies += "com.github.answerail" % "dingtalk-spring-boot-starter" % "3.1.0-RELEASE"
[com.github.answerail/dingtalk-spring-boot-starter "3.1.0-RELEASE"]