| License |
License |
|---|---|
| GroupId | GroupIdtop.rabbiter |
| ArtifactId | ArtifactIdrabbiter-cloud |
| Version | Version2.0.0.RELEASE |
| Type | Typejar |
| Description |
DescriptionRabbiter-Base开发框架
|
<!-- https://jarcasting.com/artifacts/top.rabbiter/rabbiter-cloud/ -->
<dependency>
<groupId>top.rabbiter</groupId>
<artifactId>rabbiter-cloud</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.rabbiter/rabbiter-cloud/
implementation 'top.rabbiter:rabbiter-cloud:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/top.rabbiter/rabbiter-cloud/
implementation ("top.rabbiter:rabbiter-cloud:2.0.0.RELEASE")
'top.rabbiter:rabbiter-cloud:jar:2.0.0.RELEASE'
<dependency org="top.rabbiter" name="rabbiter-cloud" rev="2.0.0.RELEASE">
<artifact name="rabbiter-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.rabbiter', module='rabbiter-cloud', version='2.0.0.RELEASE')
)
libraryDependencies += "top.rabbiter" % "rabbiter-cloud" % "2.0.0.RELEASE"
[top.rabbiter/rabbiter-cloud "2.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.3.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.cloud : spring-cloud-dependencies | pom | Hoxton.SR8 |