Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcom.github.liaomengge |
ArtifactId | ArtifactIdbase-dubbo-framework-common |
Version | Version1.2.0-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>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaomengge/base-dubbo-framework-common/
implementation 'com.github.liaomengge:base-dubbo-framework-common:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.liaomengge/base-dubbo-framework-common/
implementation ("com.github.liaomengge:base-dubbo-framework-common:1.2.0-RELEASE")
'com.github.liaomengge:base-dubbo-framework-common:jar:1.2.0-RELEASE'
<dependency org="com.github.liaomengge" name="base-dubbo-framework-common" rev="1.2.0-RELEASE">
<artifact name="base-dubbo-framework-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaomengge', module='base-dubbo-framework-common', version='1.2.0-RELEASE')
)
libraryDependencies += "com.github.liaomengge" % "base-dubbo-framework-common" % "1.2.0-RELEASE"
[com.github.liaomengge/base-dubbo-framework-common "1.2.0-RELEASE"]