License |
License |
---|---|
Categories |
CategoriesDubbo Net Networking |
GroupId | GroupIdorg.apache.dubbo |
ArtifactId | ArtifactIddubbo-common |
Last Version | Last Version3.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondubbo-common
The common module of dubbo project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dubbo-common-3.0.9.pom | |
dubbo-common-3.0.9.jar | 600 KB |
dubbo-common-3.0.9-sources.jar | 446 KB |
dubbo-common-3.0.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-common/ -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-common</artifactId>
<version>3.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-common/
implementation 'org.apache.dubbo:dubbo-common:3.0.9'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-common/
implementation ("org.apache.dubbo:dubbo-common:3.0.9")
'org.apache.dubbo:dubbo-common:jar:3.0.9'
<dependency org="org.apache.dubbo" name="dubbo-common" rev="3.0.9">
<artifact name="dubbo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-common', version='3.0.9')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-common" % "3.0.9"
[org.apache.dubbo/dubbo-common "3.0.9"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | |
log4j : log4j | jar | |
org.javassist : javassist | jar | |
com.alibaba : fastjson | jar | |
com.google.code.gson : gson | jar | |
commons-io : commons-io | jar | |
javax.annotation : javax.annotation-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | |
org.apache.logging.log4j : log4j-api | jar | |
org.apache.logging.log4j : log4j-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.12.4 |
org.mockito : mockito-inline | jar | 3.12.4 |
cglib : cglib-nodep | jar | 2.2 |