License |
License |
---|---|
Categories |
CategoriesDubbo Net Networking |
GroupId | GroupIdcn.luckyee.dubbo |
ArtifactId | ArtifactIddubbox-protocol-all |
Last Version | Last Version1.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBy extending dubbox protocol under Dubbo, the project provides a solution compatible with dubbox in Dubbo framework.
|
<!-- https://jarcasting.com/artifacts/cn.luckyee.dubbo/dubbox-protocol-all/ -->
<dependency>
<groupId>cn.luckyee.dubbo</groupId>
<artifactId>dubbox-protocol-all</artifactId>
<version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.luckyee.dubbo/dubbox-protocol-all/
implementation 'cn.luckyee.dubbo:dubbox-protocol-all:1.1-RELEASE'
// https://jarcasting.com/artifacts/cn.luckyee.dubbo/dubbox-protocol-all/
implementation ("cn.luckyee.dubbo:dubbox-protocol-all:1.1-RELEASE")
'cn.luckyee.dubbo:dubbox-protocol-all:jar:1.1-RELEASE'
<dependency org="cn.luckyee.dubbo" name="dubbox-protocol-all" rev="1.1-RELEASE">
<artifact name="dubbox-protocol-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.luckyee.dubbo', module='dubbox-protocol-all', version='1.1-RELEASE')
)
libraryDependencies += "cn.luckyee.dubbo" % "dubbox-protocol-all" % "1.1-RELEASE"
[cn.luckyee.dubbo/dubbox-protocol-all "1.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
cn.luckyee.dubbo : dubbox-protocol | jar | 1.1-RELEASE |
cn.luckyee.dubbo : dubbox-protocol-spi | jar | 1.1-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.apache.dubbo : dubbo-spring-boot-starter | jar | 2.7.7 |
org.apache.dubbo : dubbo | jar | 2.7.7 |
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 2.3.1.RELEASE |
org.slf4j : slf4j-simple | jar | 1.7.30 |