License |
License |
---|---|
Categories |
CategoriesDubbo Net Networking |
GroupId | GroupIdcom.alibaba |
ArtifactId | ArtifactIddubbo-common |
Last Version | Last Version2.6.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondubbo-common
The common module of dubbo project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dubbo-common-2.6.12.pom | |
dubbo-common-2.6.12.jar | 318 KB |
dubbo-common-2.6.12-sources.jar | 212 KB |
dubbo-common-2.6.12-javadoc.jar | 800 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba/dubbo-common/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-common</artifactId>
<version>2.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/dubbo-common/
implementation 'com.alibaba:dubbo-common:2.6.12'
// https://jarcasting.com/artifacts/com.alibaba/dubbo-common/
implementation ("com.alibaba:dubbo-common:2.6.12")
'com.alibaba:dubbo-common:jar:2.6.12'
<dependency org="com.alibaba" name="dubbo-common" rev="2.6.12">
<artifact name="dubbo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='dubbo-common', version='2.6.12')
)
libraryDependencies += "com.alibaba" % "dubbo-common" % "2.6.12"
[com.alibaba/dubbo-common "2.6.12"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | |
log4j : log4j | jar | |
org.javassist : javassist | jar | |
com.alibaba : hessian-lite | jar | |
com.alibaba : fastjson | jar | |
com.esotericsoftware : kryo | jar | |
de.javakaffee : kryo-serializers | jar | |
de.ruedigermoeller : fst | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.18.3 |
cglib : cglib-nodep | jar | 2.2 |