Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.answerail |
ArtifactId | ArtifactIddingtalk-spring-boot-starter |
Version | Version3.0.1-SP1 |
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.0.1-SP1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.answerail/dingtalk-spring-boot-starter/
implementation 'com.github.answerail:dingtalk-spring-boot-starter:3.0.1-SP1'
// https://jarcasting.com/artifacts/com.github.answerail/dingtalk-spring-boot-starter/
implementation ("com.github.answerail:dingtalk-spring-boot-starter:3.0.1-SP1")
'com.github.answerail:dingtalk-spring-boot-starter:jar:3.0.1-SP1'
<dependency org="com.github.answerail" name="dingtalk-spring-boot-starter" rev="3.0.1-SP1">
<artifact name="dingtalk-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.answerail', module='dingtalk-spring-boot-starter', version='3.0.1-SP1')
)
libraryDependencies += "com.github.answerail" % "dingtalk-spring-boot-starter" % "3.0.1-SP1"
[com.github.answerail/dingtalk-spring-boot-starter "3.0.1-SP1"]