Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.dromara |
ArtifactId | ArtifactIdhmily-spring-boot-starter-motan |
Version | Version2.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dromara/hmily-spring-boot-starter-motan/ -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>hmily-spring-boot-starter-motan</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.dromara/hmily-spring-boot-starter-motan/
implementation 'org.dromara:hmily-spring-boot-starter-motan:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/org.dromara/hmily-spring-boot-starter-motan/
implementation ("org.dromara:hmily-spring-boot-starter-motan:2.0.1-RELEASE")
'org.dromara:hmily-spring-boot-starter-motan:jar:2.0.1-RELEASE'
<dependency org="org.dromara" name="hmily-spring-boot-starter-motan" rev="2.0.1-RELEASE">
<artifact name="hmily-spring-boot-starter-motan" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dromara', module='hmily-spring-boot-starter-motan', version='2.0.1-RELEASE')
)
libraryDependencies += "org.dromara" % "hmily-spring-boot-starter-motan" % "2.0.1-RELEASE"
[org.dromara/hmily-spring-boot-starter-motan "2.0.1-RELEASE"]