Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcom.github.wangji92 |
ArtifactId | ArtifactIddubbo-exception-demo |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wangji92/dubbo-exception-demo/ -->
<dependency>
<groupId>com.github.wangji92</groupId>
<artifactId>dubbo-exception-demo</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangji92/dubbo-exception-demo/
implementation 'com.github.wangji92:dubbo-exception-demo:1.0.0'
// https://jarcasting.com/artifacts/com.github.wangji92/dubbo-exception-demo/
implementation ("com.github.wangji92:dubbo-exception-demo:1.0.0")
'com.github.wangji92:dubbo-exception-demo:jar:1.0.0'
<dependency org="com.github.wangji92" name="dubbo-exception-demo" rev="1.0.0">
<artifact name="dubbo-exception-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangji92', module='dubbo-exception-demo', version='1.0.0')
)
libraryDependencies += "com.github.wangji92" % "dubbo-exception-demo" % "1.0.0"
[com.github.wangji92/dubbo-exception-demo "1.0.0"]