Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcom.github.liaomengge |
ArtifactId | ArtifactIdbase-dubbo-framework-common |
Version | Version2.0.5-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.liaomengge/base-dubbo-framework-common/ -->
<dependency>
<groupId>com.github.liaomengge</groupId>
<artifactId>base-dubbo-framework-common</artifactId>
<version>2.0.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaomengge/base-dubbo-framework-common/
implementation 'com.github.liaomengge:base-dubbo-framework-common:2.0.5-RELEASE'
// https://jarcasting.com/artifacts/com.github.liaomengge/base-dubbo-framework-common/
implementation ("com.github.liaomengge:base-dubbo-framework-common:2.0.5-RELEASE")
'com.github.liaomengge:base-dubbo-framework-common:jar:2.0.5-RELEASE'
<dependency org="com.github.liaomengge" name="base-dubbo-framework-common" rev="2.0.5-RELEASE">
<artifact name="base-dubbo-framework-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaomengge', module='base-dubbo-framework-common', version='2.0.5-RELEASE')
)
libraryDependencies += "com.github.liaomengge" % "base-dubbo-framework-common" % "2.0.5-RELEASE"
[com.github.liaomengge/base-dubbo-framework-common "2.0.5-RELEASE"]