Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdio.github.githublaohu |
ArtifactId | ArtifactIddubbo-rest |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dubbo-rest-0.0.1.pom | |
dubbo-rest-0.0.1.jar | 2 KB |
dubbo-rest-0.0.1-sources.jar | 880 bytes |
dubbo-rest-0.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.githublaohu/dubbo-rest/ -->
<dependency>
<groupId>io.github.githublaohu</groupId>
<artifactId>dubbo-rest</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.githublaohu/dubbo-rest/
implementation 'io.github.githublaohu:dubbo-rest:0.0.1'
// https://jarcasting.com/artifacts/io.github.githublaohu/dubbo-rest/
implementation ("io.github.githublaohu:dubbo-rest:0.0.1")
'io.github.githublaohu:dubbo-rest:jar:0.0.1'
<dependency org="io.github.githublaohu" name="dubbo-rest" rev="0.0.1">
<artifact name="dubbo-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.githublaohu', module='dubbo-rest', version='0.0.1')
)
libraryDependencies += "io.github.githublaohu" % "dubbo-rest" % "0.0.1"
[io.github.githublaohu/dubbo-rest "0.0.1"]