Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcn.sinlmao.commons |
ArtifactId | ArtifactIddubbo-helper |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dubbo-helper-1.0.1.pom | |
dubbo-helper-1.0.1.jar | 6 KB |
dubbo-helper-1.0.1-sources.jar | 3 KB |
dubbo-helper-1.0.1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.sinlmao.commons/dubbo-helper/ -->
<dependency>
<groupId>cn.sinlmao.commons</groupId>
<artifactId>dubbo-helper</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sinlmao.commons/dubbo-helper/
implementation 'cn.sinlmao.commons:dubbo-helper:1.0.1'
// https://jarcasting.com/artifacts/cn.sinlmao.commons/dubbo-helper/
implementation ("cn.sinlmao.commons:dubbo-helper:1.0.1")
'cn.sinlmao.commons:dubbo-helper:jar:1.0.1'
<dependency org="cn.sinlmao.commons" name="dubbo-helper" rev="1.0.1">
<artifact name="dubbo-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sinlmao.commons', module='dubbo-helper', version='1.0.1')
)
libraryDependencies += "cn.sinlmao.commons" % "dubbo-helper" % "1.0.1"
[cn.sinlmao.commons/dubbo-helper "1.0.1"]